XLL+ Class Library (7.0)

CXlArrayColumnIterator<T>::operator==

Compares two iterators

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

CXlArrayColumnIterator<T> Class | CXlArrayColumnIterator<T> Methods