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।
संबंधित देखें
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++