System::Collections::CollectionBase::ListImpl::Contains-Methode

ListImpl::Contains method

Bestimmt, ob die Sammlung ein bestimmtes Element enthält.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
ParameterTypBeschreibung
Wertconst T&Das Element, das in der Sammlung gefunden werden soll.

ReturnValue

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

Siehe auch