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