ContainsValue

确定散列表是否包含指定值的键/值对。

bool ContainsValue(
   TValue  value     //值
   );

参数

value

[in]  值。

返回值

如果散列表包含指定值的键/值对,则返回true;否则返回false。