System::Collections::Generic::BaseSet::Contains methode

BaseSet::Contains method

Controleert of een element aanwezig is in de set.

bool System::Collections::Generic::BaseSet<T, SET_T>::Contains(const T &item) const override
ParameterTypeBeschrijving
itemconst T&Item om naar te zoeken.

ReturnValue

Waar als het item aanwezig is in de set, anders onwaar.

Zie ook