Hashtable.KeyEquals Method
.NET Framework 3.0
Compares a specific Object with a specific key in the Hashtable.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
protected boolean KeyEquals ( Object item, Object key )
protected function KeyEquals ( item : Object, key : Object ) : boolean
Not applicable.
Parameters
- item
The Object to compare with key.
- key
The key in the Hashtable to compare with item.
Return Value
true if item and key are equal; otherwise, false.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.