System::Collections::CollectionBase::ListImpl::Contains-methode

ListImpl::Contains method

Bepaalt of de collectie een specifiek element bevat.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
ParameterTypeBeschrijving
valueconst T&Het element om in de collectie te vinden.

ReturnValue

true if the collection contains the specified value; otherwise, false.

Zie ook