Compares two arguments. Returns True if their values are not equal, otherwise False.
Syntax
[<>]
Data Types of the Arguments
True/False, Integer, Number, Length, Area, Volume, Angle, or String (Must be identical for all arguments)
Data Type of the Result
True/False
Example
Zone classifications include e.g. Office, Hallway, Meeting Room, and Smoking Area.
Smoke alarms are required in all zones except those classified as “Smoking Area”.
For each Zone, determine if its Classification is not equal to “Smoking Area”.
In this expression, both arguments are strings.
Expression
Archicad Classification 25 <> “Smoking Area”
Result
True for all Zones that are not Smoking Areas. (Smoke alarm required in all such zones.)