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
ParameterTypeBeschrijving
itemconst T&Item om naar te zoeken.

ReturnValue

True als het item wordt gevonden, false anders.

Zie ook