Compares the current duration with another duration object.
- other (Duration)
- A duration to compare with this instance.
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. |
