L
Luigi
Hi all,
I have a dictionary (C# 2.0) with an object (an instance of a class) for the
key.
The class has only a "name" field.
dictionary<object, ...>
When I use ContainsKey property of the dictionary to check if an object with
the same "name", it returns me false.
How can I check if an object with the same "name" field is already a key in
my dictionary?
Thanks a lot.
I have a dictionary (C# 2.0) with an object (an instance of a class) for the
key.
The class has only a "name" field.
dictionary<object, ...>
When I use ContainsKey property of the dictionary to check if an object with
the same "name", it returns me false.
How can I check if an object with the same "name" field is already a key in
my dictionary?
Thanks a lot.