Metodo System::Collections::Generic::EnumeratorWrapperIterator::IteratorEquals

EnumeratorWrapperIterator::IteratorEquals method

Verifica se due iteratori puntano allo stesso elemento.

bool System::Collections::Generic::EnumeratorWrapperIterator<Element>::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *other) const override
ParametroTipoDescrizione
altroSystem::Details::VirtualizedIteratorBase<Element> *Iteratore contro cui verificare.

ReturnValue

Vero se entrambi gli iteratori other e questo puntano allo stesso elemento, falso altrimenti.

Vedi anche