Check if two arrays are element-wise equal.
Returns False if the arrays have different shapes. If equalNaN is True, NaNs in the same position are considered equal.
equalNaN
Optional
Check if two arrays are element-wise equal.
Returns False if the arrays have different shapes. If
equalNaNis True, NaNs in the same position are considered equal.