طريقة System::Collections::Generic::ISet::IsSupersetOf
ISet::IsSupersetOf method
يتحقق مما إذا كانت المجموعة الحالية مجموعة عليا للحاوية الأخرى.
virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
| Parameter | Type | الوصف |
|---|---|---|
| آخر | IEnumerablePtr | المجموعة الفرعية للمقارنة معها. |
ReturnValue
صحيح إذا كانت جميع العناصر في other موجودة في المجموعة، وإلا خاطئ.
انظر أيضًا
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++