equal


Description:

public Bool equal (MatrixEntry entry1)

Compares two arbitrary MatrixEntry transforms for equality returning true if they are equal or false otherwise.

<note>In many cases it is unnecessary to use this api and instead direct pointer comparisons of entries are good enough and much cheaper too.</note>

Parameters:

this

The first MatrixEntry to compare

entry1

A second MatrixEntry to compare

Returns:

true if this represents the same transform as entry1, otherwise false.