Contains()
_KeyList::Contains(const TKey&) const method
Checks if specified key is present in collection.
bool System::Collections::Generic::_KeyList<Dict>::Contains(const TKey &item) const override
Arguments
Parameter | Type | Description |
---|---|---|
item | const TKey& | Key to look for. |
Return Value
True if key is present, false otherwise.
See Also
- Typedef TKey
- Class _KeyList
- Namespace System::Collections::Generic
- Library Aspose.Slides