Function arraysEqual

  • Check if the contents of two arrays are equal using '==='.

    Parameters

    Returns boolean

    True if the arrays are component-wise equal.