• Return true if the supplied parameters are the same object/vaue, or are arrays with identical contents.

    Type Parameters

    • T

    Parameters

    • a: readonly T[]
    • b: readonly T[]

    Returns boolean

  • Type Parameters

    • T

    Parameters

    • a: any
    • b: any

    Returns boolean