Function valueEquals

  • A value comparison that handles null or undefined values.

    Parameters

    • val0: undefined | null | HVal

      The first value to compare.

    • val1: undefined | null | HVal

      The second value to compare.

    Returns boolean

Generated using TypeDoc