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