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