[This is preliminary documentation and is subject to change.]
Compares the current object with another object of the same type.


- other (Instant)
- An object to compare with this object.

A 32-bit signed integer that indicates the relative order of the objects being compared.
The return value has the following meanings:
Value | Meaning |
---|---|
< 0 | This object is less than the other parameter. |
0 | This object is equal to other. |
> 0 | This object is greater than other. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)