Determines whether two arrays are equal by comparing their elements in sequence.
The first array to compare.
The second array to compare.
true if both arrays have the same length and all corresponding elements are strictly equal (===); otherwise, false.
true
===
false
4.0.0
2025-06-27
Determines whether two arrays are equal by comparing their elements in sequence.