StaticID.opCmp

Compare two static IDs, enabling sorting. Note that this order is only guaranteed to be the same during the same program run, as the IDs may change.

struct StaticID
const
int
opCmp
()

Return Value

Type: int

A negative value if this ID comes before the other. 0 if they're equal. A positive value if this ID comes after the other.

Meta