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
ParameterTypeDescription
otherSystem::Details::VirtualizedIteratorBase<Element> *Iterator to check against.

ReturnValue

True if both this and other iterators point to the same item, false otherwise.

See Also