Cent.opEquals

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

struct Cent
equals_t
opEquals

Parameters

rhs Cent

instance to compare against this

Return Value

Type: equals_t

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

Meta