Logical operator != equivalent

What is the equivalent for a logical operator 'not equals to'. Trying to hide a button with this operator

Comparison

  • Equals (=)
  • Less than (<)
  • Greater than (>)
  • Less than or equal to (<=)
  • Greater than or equal to (>=)
  • Not equal to (<>)
2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.