ContainsValue

Determines whether the sorted hash table contains the key/value table with the specified value.

bool ContainsValue(
   TValue  value     // value
   );

Parameters

value

[in]  Value.

Return Value

Returns true, if the sorted hash table contains the key/value pair with the specified value, or false otherwise.