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