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