Talking about Dictionary Class and ContainsKey Comparison
Dictionary Class and ContainsKey Comparison
Hi,
When using the Dictionary class when the key and value types are your own custom types, is it possible to specify the property of the key type object to use with the ContainsKey method? Best described with an example:


