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
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | System::Details::VirtualizedIteratorBase<Element> * | Iteratore contro cui verificare. |
ReturnValue
Vero se entrambi gli iteratori other e questo puntano allo stesso elemento, falso altrimenti.
Vedi anche
- Class EnumeratorWrapperIterator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++