طريقة System::Collections::Generic::EnumeratorWrapperIterator::IteratorEquals
EnumeratorWrapperIterator::IteratorEquals method
يتحقق مما إذا كان المكرّران يشيران إلى نفس العنصر.
bool System::Collections::Generic::EnumeratorWrapperIterator<Element>::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *other) const override
| Parameter | Type | الوصف |
|---|---|---|
| آخر | System::Details::VirtualizedIteratorBase<Element> * | المؤشر للمقارنة به. |
ReturnValue
صحيح إذا كان كل من هذا و other المؤشرين يشيران إلى نفس العنصر، وإلا خطأ.
انظر أيضًا
- Class EnumeratorWrapperIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++