IteratorEquals()
EnumeratorWrapperIterator::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *) const method
Checks if two iterators point to the same item.
bool System::Collections::Generic::EnumeratorWrapperIterator<Element>::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *other) const override
Arguments
Parameter | Type | Description |
---|---|---|
other | System::Details::VirtualizedIteratorBase<Element> * | Iterator to check against. |
Return Value
True if both this and other iterators point to the same item, false otherwise.
See Also
- Class EnumeratorWrapperIterator
- Namespace System::Collections::Generic
- Library Aspose.Slides