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