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>
this |
The first MatrixEntry to compare |
entry1 |
A second MatrixEntry to compare |
true if this represents the same transform as
|