Checks if the array is equal to the given value
equals([1,2,3], [2,1,3]); // false
Generated using TypeDoc
Checks if the array is equal to the given value
Example