| Name | <ElementTag.equals[<element>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the element is equal to another element.
Equivalent to if comparison: == You should never ever use this tag inside any 'if', 'while', etc. command. |
| Group | comparison |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L444 |