• returns true if the two objects are equal but not the same object. (compares public keys)

    Type Parameters

    • T

    Parameters

    • obj1: T
    • obj2: T

    Returns boolean

  • returns true if the two objects are equal but not the same object. (compares public keys)

    Type Parameters

    • T

    Parameters

    • obj1: T
    • obj2: T
    • forceJSON: boolean

      converts the objects to JSON and compares the two strings.

    Returns boolean

  • returns true if the two objects are equal but not the same object. (compares public keys)

    Type Parameters

    • T

    Parameters

    • obj1: T
    • obj2: T
    • forceJSON: boolean

      converts the objects to JSON and compares the two strings.

    • deep: boolean

      Does a deep compare. forceJSON must be false

    Returns boolean

Generated using TypeDoc