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 da confrontare. |
ReturnValue
Vero se sia questo che l’iteratore other puntano allo stesso elemento, falso altrimenti.
Vedi anche
- Class EnumeratorWrapperIterator
- Namespace System::Collections::Generic
- Library Aspose.Font for C++