☰
DDOCs
DRUNTIME
v2.112.1
/
object
/
Object.opCmp
🔍
☾
Object.opCmp
int opCmp(Object o)
Compare with another Object obj.
Returns
this < obj
< 0
this == obj
0
this > obj
> 0