Name | <ObjectTag.is[<operator>].to[<object>]> |
Returns | ElementTag(Boolean) |
Description | Takes an operator, and compares the first object to the given second object.
Returns the outcome of the comparable, either true or false. For information on operators, see operator. Equivalent to ObjectTag.is.than |
Group | comparison |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/CoreObjectTags.java#L200 |