• Compares a source object and values of entries against a target object. If the entries in the source object match the target object then true is returned otherwise false. If either object is undefined or null then false is returned.

    Parameters

    • source: object

      Source object.

    • target: object

      Target object.

    Returns boolean

    True if equal.