kaven-basic - v6.0.0
    Preparing search index...

    Function ArraySequenceEqual

    • Determines whether two arrays are equal by comparing their elements in sequence.

      Type Parameters

      • T

      Parameters

      • array: T[]

        The first array to compare.

      • other: T[]

        The second array to compare.

      Returns boolean

      true if both arrays have the same length and all corresponding elements are strictly equal (===); otherwise, false.

      4.0.0

      2025-06-27