Equals [=]

Compares two arguments (operands). Returns True if their values are identical, False if they are not equal.

Syntax

[=]

Data Types of the Arguments

True/False, Integer, Number, Length, Area, Volume, Angle, or String (Must be identical for all operands)

Data Type of the Result

True/False

Example

Check whether a Zone is classified as Residential Space.

The two arguments being compared (Classification and Residential Space) are both string-type data.

Expression

Archicad Classification-25 = “Residential Space”

Result

True for Zones classified as “Residential Space”, otherwise False