System::Collections::Generic::_ValueCollection::Contains methode

_ValueCollection::Contains method

Controleert of het item aanwezig is in de container.

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
ParameterTypeBeschrijving
itemconst TValue&Item om naar te zoeken.

ReturnValue

True als het item wordt gevonden, false anders.

Zie ook