• Checks if 2 arrays are equal, the arrays should have the same datatype

    Returns

    true if the two arrays are equal

    Type Parameters

    • T

    Parameters

    • arr1: T[]
    • arr2: T[]

    Returns boolean

Generated using TypeDoc