Function isEqual

  • Check if two values are the same reference

    Will check lists recursively

    Parameters

    • a: unknown

      Value to check

    • b: unknown

      Value to compare

    Returns boolean

    If the two values (recursively for lists) are the same reference in memory

Generated using TypeDoc