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