Tag.opEquals

Compares two Tags for equality

You should rarely need to call this function. It exists so that Tags can be used as associative array keys.

class Tag
const override
bool
opEquals
(
scope Object o
)

Examples

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

Meta

Suggestion Box / Bug Report