SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Function equalArrays

    • 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 Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.