Método System::Collections::Generic::EnumeratorWrapperIterator::IteratorEquals
EnumeratorWrapperIterator::IteratorEquals method
Comprueba si dos iteradores apuntan al mismo elemento.
bool System::Collections::Generic::EnumeratorWrapperIterator<Element>::IteratorEquals(System::Details::VirtualizedIteratorBase<Element> *other) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| otro | System::Details::VirtualizedIteratorBase<Element> * | Iterador contra el cual comparar. |
ReturnValue
Verdadero si ambos iteradores, este y other, apuntan al mismo elemento, falso en caso contrario.
Ver también
- Class EnumeratorWrapperIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++