Mono Class Library: System.Collections.Hashtable Overview | MembersSystem.Collections.Hashtable.KeyEquals Method |
Determines whether the specified object and the specified key in the current instance represent the same value. [Edit]
|
true if item and key represent the same value; otherwise, false. [Edit]
Type Reason ArgumentNullException item is null.
-or-
key is null.
[Edit]
This method is accessible only through this class or a derived class.
Operation
As described above.If the current instance was initialized with a specified IComparer implementation, this method uses that implementation to perform the comparison; otherwise, the object.Equals(object) implementation of item is used.
[Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0