zeed
    Preparing search index...

    Function arrayIsEqual

    • Check strict equality of two arrays by length and element-wise === comparison.

      Type Parameters

      • T

        element type

      Parameters

      • array1: T[]

        first array

      • array2: T[]

        second array

      Returns boolean

      true if arrays are same length and all elements strictly equal