System::Collections::Generic::IDictionary::ContainsKey method
IDictionary::ContainsKey method
जाँचता है कि कंटेनर में कुंजी मौजूद है या नहीं।
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | const TKey& | खोजने के लिए कुंजी। |
ReturnValue
यदि कुंजी मौजूद है तो सत्य, अन्यथा असत्य।
संबंधित देखें
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++