System::Collections::Generic::BaseDictionary::ContainsValue method
BaseDictionary::ContainsValue method
Checks if value is present in dictionary. Uses operator == to compare values.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsValue(const mapped_t &value)
Parameter | Type | Description |
---|---|---|
value | const mapped_t& | Value to look for. |
ReturnValue
true if value is found, false otherwise.
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++