System::Collections::CollectionBase::ListImpl::Contains method

ListImpl::Contains method

निर्धारित करता है कि क्या संग्रह में कोई विशिष्ट तत्व है।

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
पैरामीटरप्रकारविवरण
मानconst T&संग्रह में खोजने के लिए तत्व।

ReturnValue

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

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