System::Collections::ObjectModel::ReadOnlyCollection::Contains method

ReadOnlyCollection::Contains method

Konteynerin belirli bir öğe içerip içermediğini kontrol eder.

virtual bool System::Collections::ObjectModel::ReadOnlyCollection<T>::Contains(const T &item) const override
ParameterTypeAçıklama
öğeconst T&Aranacak öğe.

ReturnValue

öğe bulunursa true, aksi takdirde false.

Ayrıca Bakınız