Compares the current path with another path.
- other (RxPath)
- A path to compare with this path.
A 32-bit signed integer that indicates the relative order of the objects being compared.
The return value has the following meanings:
| Value | Meaning |
|---|---|
| Less than zero | This instance is less than other. |
| Zero | This instance is equal to other. |
| Greater than zero | This instance is greater than other. |
