Home > @josh-brown/vector > FloatMatrix > equals
Tests if two matrices are equal
Signature:
equals(other: Matrix<number>): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Matrix<number> |
The matrix against which to compare |
Returns:
boolean
true if this is equal to other