System::Collections::Generic::LinkedList::Contains metod
LinkedList::Contains method
Kontrollerar om element finns i listan.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parameter | Type | Beskrivning |
|---|---|---|
| element | const T& | Element att söka efter. |
ReturnValue
Sant om element hittas, falskt annars.
Se även
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++