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