Contains()
List::Contains(const T&) const method
Checks if item is present in list.
bool System::Collections::Generic::List<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 List
- Namespace System::Collections::Generic
- Library Aspose.Slides