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