System::Collections::Generic::LinkedList::Contains method
LinkedList::Contains method
Checks if element is present in list.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parameter | Type | Description | 
|---|---|---|
| element | const T& | Element to look for. | 
ReturnValue
True if element is found, false otherwise.
See Also
- Class LinkedList
 - Namespace System::Collections::Generic
 - Library Aspose.PDF for C++