• Checks whether the elements of two arrays are the same with the same order.

    Type Parameters

    • T

    Parameters

    • arr1: T[]

      The first array.

    • arr2: T[]

      The second array.

    Returns boolean

    A boolean, indicating both arrays have the same contents.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.