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