MonoTimeImpl.opCmp

int opCmp(MonoTimeImpl rhs) @safe const pure nothrow @nogc

Compares this MonoTime with the given MonoTime.

Returns

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