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