XLL+ Class Library (7.0)

CXlArrayRowIterator<T>::operator==

Compares two iterators

bool operator==(
   const CXlArrayRowIterator<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

CXlArrayRowIterator<T> Class | CXlArrayRowIterator<T> Methods