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

    Returns

    A boolean, indicating both arrays have the same contents.

    Type Parameters

    • T

    Parameters

    • arr1: T[]

      The first array.

    • arr2: T[]

      The second array.

    Returns boolean

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