• Compares each property of two objects to determine if they are equal.

    Type Parameters

    • T

    Parameters

    • a: unknown

      First value.

    • b: T

      Second value.

    • Optionaloptions: DeepEqualsOptions

      Additional options.

    Returns a is T

    Whether the two values are equal.