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