Tag.opCmp

Compares two Tags

class Tag
const override
int
opCmp
(
Object o
)

Examples

Tag tag1,tag2
if (tag1 < tag2) { }

Meta

Suggestion Box / Bug Report