The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Object.opCmp
object
Object
Compare with another Object obj.
class
Object
int
opCmp
(
Object
o
)
Return Value
Type:
int
this < obj
< 0
this == obj
0
this > obj
> 0
Meta
Source
See Implementation
object
Object
functions
opCmp
opEquals
toHash
toString
static functions
factory
Compare with another Object obj.