Tests whether the given arrays are exactly the same in length and content. If no predicate is given to compare the elements of the arrays, === will be used.
===
The first array to test
The second array to test
Optional
The predicate used to compare each element of the given arrays.
true if both arrays are equal, false otherwise.
true
false
Generated using TypeDoc
Tests whether the given arrays are exactly the same in length and content. If no predicate is given to compare the elements of the arrays,
===will be used.