System::Collections::Generic::_ValueCollection::Contains method
_ValueCollection::Contains method
Checks if item is present in container.
bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
Parameter | Type | Description |
---|---|---|
item | const TValue& | Item to look for. |
ReturnValue
True if item is found, false otherwise.
See Also
- Typedef TValue
- Class _ValueCollection
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++