Check strict equality of two arrays by length and element-wise === comparison.
element type
first array
second array
true if arrays are same length and all elements strictly equal
true
Check strict equality of two arrays by length and element-wise === comparison.