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

이와 other 반복자가 모두 같은 항목을 가리키면 true, 그렇지 않으면 false.

또 보기