System::Collections::ObjectModel::KeyedCollection::Contains विधि

KeyedCollection::Contains method

जाँचता है कि कुंजी कंटेनर में मौजूद है या नहीं।

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Contains(TKey key)
पैरामीटरप्रकारविवरण
कुंजीTKeyखोजने के लिए कुंजी।

ReturnValue

यदि कुंजी मिलती है तो सत्य, अन्यथा असत्य।

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