Preparing search index...
The search index is not available
goban
goban
matricesAreEqual
Function matricesAreEqual
matrices
Are
Equal
<
T
>
(
m1
,
m2
)
:
boolean
Returns true if the contents of the two 2d matrices are equal when the cells are compared with ===
Type Parameters
T
Parameters
m1
:
T
[]
[]
m2
:
T
[]
[]
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
goban
Loading...
Returns true if the contents of the two 2d matrices are equal when the cells are compared with ===