Object.opCmp

Compare with another Object obj.

class Object
int
opCmp

Return Value

Type: int
this < obj< 0
this == obj0
this > obj> 0
Suggestion Box / Bug Report