NuObject.opCmp

Compare with another Object other.

class NuObject
@nogc override nothrow const
int
opCmp
(
const Object other
)

Return Value

Type: int
this < obj< 0
this == obj0
this > obj> 0

Notes: If you are combining this with a compacting garbage collector, it will prevent it from functioning properly.

Meta