System::Collections::Generic::_ValueCollection::Contains yöntemi

_ValueCollection::Contains method

Öğenin konteynerde bulunup bulunmadığını denetler.

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
ParameterTypeAçıklama
öğeconst TValue&Aranacak öğe.

ReturnValue

Öğe bulunursa doğru, aksi takdirde yanlış.

Ayrıca Bakınız