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