Cogl.MatrixEntry.prototype.equal

function equal(entry1: Cogl.MatrixEntry): Cogl.Bool {
    // Gjs wrapper for cogl_matrix_entry_equal()
}
  

Compares two arbitrary Cogl.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>

entry1

A second Cogl.MatrixEntry to compare

Returns

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