System::Collections::ObjectModel::ReadOnlyCollection::Contains metodu

ReadOnlyCollection::Contains method

Konteynırın belirli bir öğeyi içerip içermediğini kontrol eder.

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

ReturnValue

Öğe bulunursa true, aksi takdirde false.

Ayrıca Bakınız