UCent.opCmp

Compares this instance to other in the same way as the libebtree does.

struct UCent
const
int
opCmp
(
const typeof(this) rhs
)

Parameters

rhs typeof(this)

instance to compare against this

Return Value

Type: int

a value less than 0 if this < rhs, a value greater than 0 if this > rhs or 0 if this == rhs.

Meta