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 false if both iterators refer to the same position within the same container; true otherwise.

Requirements

Header: xlpfastit.h

See Also

CXlArrayRowIterator<T> Class | CXlArrayRowIterator<T> Methods