System::Collections::ObjectModel::ReadOnlyCollection::Contains method
ReadOnlyCollection::Contains method
Checks if container contains specific item.
virtual bool System::Collections::ObjectModel::ReadOnlyCollection<T>::Contains(const T &item) const override
Parameter | Type | Description |
---|---|---|
item | const T& | Item to look for. |
ReturnValue
true if item is found, false otherwise.
See Also
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++