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.
또 보기
- Class EnumeratorWrapperIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++