IMatrixIterator.EqualTo

Syntax

EqualTo(Iterator: IMatrixModelIterator): Boolean;

Parameters

Iterator - iterator that is compared with the current iterator.

Description

The EqualTo property returns comparison indicator of the current iterator with the iterator passed by the Iterator parameter. The comparison is available for iterators that are based on one matrix. If the cursor in iterations is set to the same positions, the property returns True, otherwise it returns False.

See also:

IMatrixIterator