• Returns true if the sequence is equal

    Type Parameters

    • T

    Parameters

    • a: T[]

      array 1

    • b: T[]

      array 2

    • anyOrder: boolean = false

      set to true if you do not care about the order of the arrays

    Returns boolean

Generated using TypeDoc