• Compares two arrays to see whether they contain the same items. (The order of the items doesn't matter.)

    Parameters

    • array1: any[]
    • array2: any[]

    Returns boolean

Generated using TypeDoc