System::Collections::Generic::BaseDictionary::ContainsKey विधि

BaseDictionary::ContainsKey method

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

bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
पैरामीटरप्रकारविवरण
कुंजीconst key_t&खोजने के लिए कुंजी।

ReturnValue

यदि कुंजी मौजूद है तो true, अन्यथा false।

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