This class represents a generic tag with string key and value (value is optional).
| Legato. | This class represents a generic tag with string key and value (value is optional). |
| Properties | |
| name | {String} Name of the tag |
| value | {String} Value of the tag |
| Functions | |
| Legato. | |
| toString Cast this object into a string. | Returns: {String} The string representation of this tag. |
| equals Determines whether one tag is equivalent to another. |
| Parameters: tag | {Legato.Util.Tag} |
Returns: {Boolean} The tag passed in as parameter is equal to this.