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