Enumeration CompareResult

Name compare result.

Enumeration Members

Enumeration Members

EQUAL: 0

lhs and rhs are equal

GT: 2

rhs is less than, but not a prefix of lhs

LPREFIX: -1

lhs is a prefix of rhs

LT: -2

lhs is less than, but not a prefix of rhs

RPREFIX: 1

rhs is a prefix of lhs

Generated using TypeDoc