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

ISet::IsProperSupersetOf method

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

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

ReturnValue

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

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