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.
Tag tag1,tag2 if (tag1 == tag2) { }
See Implementation
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.