System::Collections::Generic::BaseDictionary::ContainsKey method
BaseDictionary::ContainsKey method
Checks if key is present in dictionary.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
Parameter | Type | Description |
---|---|---|
key | const key_t& | Key to look for. |
ReturnValue
true if key is present, false otherwise.
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++