|
ContainsKey
Determines whether the hash table contains the key/value pair with the specified key.
bool ContainsKey(
|
Parameters
key
[in] Key.
Return Value
Returns true if the hash table contains a key/value pair with the specified key, or false otherwise.