Function compareArray

Compares two arrays and determines if they are equal.

  • Parameters

    • a_arr: any

      The first array to compare.

    • b_arr: any

      The second array to compare.

    Returns boolean

    • Returns true if the arrays are equal, otherwise false.