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