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