XLL+ Class Library (7.0)

CXlArrayCellIterator<T>::operator==

Compares two iterators

bool operator==(
   const CXlArrayCellIterator<T>& other
);

Parameters

other

Another cell iterator.

Return Value

Returns true if both iterators refer to the same position within the same container; false otherwise.

Requirements

Header: xlpfastit.h

See Also

CXlArrayCellIterator<T> Class | CXlArrayCellIterator<T> Methods