System::Collections::Generic::LinkedList::Contains methode
LinkedList::Contains method
Controleert of element aanwezig is in de lijst.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| element | const T& | Element om naar te zoeken. |
ReturnValue
Waar als element wordt gevonden, anders onwaar.
Zie ook
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++