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