The OpenD Programming Language

opCmp

Compares this Date with the given Date.

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

Return Value

Type: int
this < rhs< 0
this == rhs0
this > rhs> 0

Meta