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

ParameterTypeDescription
otherSystem::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