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