@d4c/numjs
Preparing search index...
index
equal
Function equal
equal
(
array1
:
ArbDimNumArray
|
NdArray
,
array2
:
ArbDimNumArray
|
NdArray
,
)
:
boolean
Return true if two arrays have the same shape and elements, false otherwise.
Parameters
array1
:
ArbDimNumArray
|
NdArray
array2
:
ArbDimNumArray
|
NdArray
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@d4c/numjs
Loading...
Return true if two arrays have the same shape and elements, false otherwise.