• Checks whether the keys and values of two objects are equal.

    Returns

    A boolean, indicating whether the two objects are equal to each other.

    Parameters

    • obj1: Record<string, any>

      The first object.

    • obj2: Record<string, any>

      The second object.

    Returns boolean

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