System::Collections::Generic::BaseDictionary::ContainsValue 方法
BaseDictionary::ContainsValue method
检查字典中是否存在值。使用 operator == 比较值。
bool System::Collections::Generic::BaseDictionary<Map>::ContainsValue(const mapped_t &value)
| Parameter | Type | 描述 |
|---|---|---|
| value | const mapped_t& | 要查找的值。 |
ReturnValue
如果找到值则返回 true,否则返回 false。
另见
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++