The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Hashtable::KeyEquals Method (Object^, Object^)
.NET Framework (current version)
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
Return to top
Assembly: mscorlib (in mscorlib.dll)
Parameters
- item
-
Type:
System::Object^
The Object to compare with key.
- key
-
Type:
System::Object^
The key in the Hashtable to compare with item.
| Exception | Condition |
|---|---|
| ArgumentNullException | item is null. -or- key is null. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: