MonoTimeImpl.opCmp

int opCmp(MonoTimeImpl rhs) const pure nothrow @nogc

Compares this MonoTime with the given MonoTime.

Returns

this < rhs < 0
this == rhs 0
this > rhs > 0