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