System::Collections::Generic::ICollection::Contains method

ICollection::Contains method

जाँचता है कि तत्व संग्रह में मौजूद है या नहीं।

virtual bool System::Collections::Generic::ICollection<T>::Contains(const T &item) const =0
पैरामीटरप्रकारविवरण
आइटमconst T&खोजने के लिए आइटम।

ReturnValue

यदि तत्व मौजूद है तो सत्य, अन्यथा असत्य।

संबंधित देखें