Function isEquivalent

  • Check if two values are the same reference

    Parameters

    • a: unknown

      Value to check

    • b: unknown

      Value to compare

    Returns boolean

    If the two values are the same reference in memory

Generated using TypeDoc