System::Collections::CollectionBase::ListImpl::Contains yöntemi

ListImpl::Contains method

Koleksiyonun belirli bir öğe içerip içermediğini belirler.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
ParametreTürAçıklama
değerconst T&Koleksiyonda bulunacak öğe.

ReturnValue

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

Ayrıca Bakınız