arrayEqual
Checks if two given arrays are equal in value and order.
This function is order-sensitive. This means, two arrays are only equal if they have the same values and are in the same order.
Last updated
Was this helpful?
Checks if two given arrays are equal in value and order.
This function is order-sensitive. This means, two arrays are only equal if they have the same values and are in the same order.
Last updated
Was this helpful?