Hashtable.KeyEquals Method (Object, Object)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: