Function isArrayEquals

  • Checks if two arrays are equal.

    Parameters

    • firstArr: unknown[]

      The first array to compare.

    • secondArr: unknown[]

      The second array to compare.

    Returns boolean

    Returns true if the arrays are equal, otherwise false.

Generated using TypeDoc