System::Collections::Generic::ISet::IsSupersetOf मेथड

ISet::IsSupersetOf method

जाँचता है कि वर्तमान सेट अन्य कंटेनर का अधिसमुच्चय है या नहीं।

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
पैरामीटरप्रकारविवरण
अन्यIEnumerablePtrजाँच के लिए उपसमुच्चय।

ReturnValue

यदि सेट में other के सभी तत्व मौजूद हों तो सत्य, अन्यथा असत्य।

संबंधित देखें