Function isEqual

  • Check if two strings are equal.

    Parameters

    • x: string

      a string

    • y: string

      another string

    Returns boolean

    x=y?

Generated using TypeDoc