Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 736 Bytes

File metadata and controls

56 lines (27 loc) · 736 Bytes

Home > @josh-brown/vector > Matrix > equals

Matrix.equals() method

Tests if two matrices are equal

Signature:

equals(other: Matrix<S>): boolean;

Parameters

Parameter

Type

Description

other

Matrix<S>

The matrix against which to compare

Returns:

boolean

true if this is equal to other