Dual16Key.opCmp

Compares this instance with other.

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

Parameters

rhs typeof(this)

instance to compare with 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