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

Requirements

Header: xlpfastit.h

See Also

CXlArrayCellIterator<T> Class | CXlArrayCellIterator<T> Methods