StaticcloneStaticequalsCompares two arrays for equality.
The first array to compare.
The second array to compare.
OptionalvaluesEqual: (v1: any, v2: any) => booleanAn optional function that compares two values for equality. If not provided, the comparison is done using the elements default equal comparator.
True if the arrays are equal, false otherwise.
Utility functions for arrays.