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