Function stringEquals

  • Test whether the two given string trimed value are equal.

    Parameters

    • value1: string

      The first value to compare.

    • Optional value2: string

      The second value to compare.

    Returns boolean

    true if the two values are equal once trimed, false otherwise.

Generated using TypeDoc