mingo
    Preparing search index...

    Function isEqual

    • Determine whether two values are the same or strictly equivalent. Checking whether values are the same only applies to built in objects. For custom objects, they are equal only of their toString() representation are equal if defined.

      Parameters

      • a: unknown

        The first value

      • b: unknown

        The second value

      Returns boolean

      True if values are equivalent, false otherwise.