Fun With .NET Predicates
Problem
I have a bunch of Trade objects that internally store two players (involved in the trade). I was thinking of storing these Trade objects in a hashtable so I could index them with the key using the value of the two players respective names.
What do I want to do?
Get to the trade object by knowing [...]
