Function compareNames

  • Compares two qualified names.

    Names in default namespace considered less than other names. Namespaces are compared by their URLs.

    Parameters

    Returns -1 | 0 | 1

    -1 if the first name is less than the second one, 0 if they are equal, or 1 if the first name is greater than the second one.

Generated using TypeDoc