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