eq function
$(eq, val1, val2)
Returns whether the specified strings are equal. If equal, this function returns 1; if not, this function returns 0.
Example
$(eq,(getvar,tilemode),(getvar,snapmode))
Returns whether the specified strings are equal. If equal, this function returns 1; if not, this function returns 0.
$(eq,(getvar,tilemode),(getvar,snapmode))