Key.opEquals

Compares this instance with rhs.

struct Key
equals_t
opEquals

Parameters

rhs Key

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