• checks that a and b are both arrays with the same elements, regardless of the order. It uses Lodash's isEqual

    Type Parameters

    • T = any

    Parameters

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

    Returns boolean