System::Collections::Generic::List::Contains method
List::Contains method
Checks if item is present in list.
bool System::Collections::Generic::List<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 List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++