System::Collections::Generic::IKVCollection::Contains method
IKVCollection::Contains method
जाँचता है कि आइटम कंटेनर में मौजूद है या नहीं।
virtual bool System::Collections::Generic::IKVCollection<T>::Contains(const T &item) const override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| आइटम | const T& | खोजने के लिए आइटम। |
ReturnValue
यदि आइटम मिला तो true, अन्यथा false।
संबंधित देखें
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++