System::Collections::Generic::EnumeratorWrapperIterator::IteratorEquals metodu

EnumeratorWrapperIterator::IteratorEquals method

İki yineleyicinin aynı öğeye işaret edip etmediğini kontrol eder.

bool System::Collections::Generic::EnumeratorWrapperIterator<Element>::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *other) const override
ParametreTürAçıklama
diğerSystem::Details::VirtualizedIteratorBase<Element> *Karşılaştırılacak yineleyici.

ReturnValue

Bu ve other yineleyicilerin aynı öğeye işaret etmesi durumunda doğru, aksi takdirde yanlış.

Ayrıca Bakınız