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 da confrontare.

ReturnValue

Vero se sia questo che l’iteratore other puntano allo stesso elemento, falso altrimenti.

Vedi anche