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