Метод System::Collections::Generic::EnumeratorWrapperIterator::IteratorEquals

EnumeratorWrapperIterator::IteratorEquals method

Проверяет, указывают ли два итератора на один и тот же элемент.

bool System::Collections::Generic::EnumeratorWrapperIterator<Element>::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *other) const override
ПараметрТипОписание
другойSystem::Details::VirtualizedIteratorBase<Element> *Итератор для сравнения.

ReturnValue

True если оба этих и other итератора указывают на один и тот же элемент, иначе false.

См. также