System::Collections::Generic::ISet::IsSupersetOf मेथड
ISet::IsSupersetOf method
जाँचता है कि वर्तमान सेट अन्य कंटेनर का अधिसमुच्चय है या नहीं।
virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| अन्य | IEnumerablePtr | जाँच के लिए उपसमुच्चय। |
ReturnValue
यदि सेट में other के सभी तत्व मौजूद हों तो सत्य, अन्यथा असत्य।
संबंधित देखें
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++