param1 == param2

Operand types

param1: ----
param2: ----

Type of returned value

Description

Checks if param1 is equal to param2.
Parameter types that can be used are:

Config - config1 == config2: Checks whether two config entries are equal.

Structured Text - txt1 == txt2: Checks whether two structured text values are equal.

Control - control1 == control2: Checks whether two controls are equal.

Display - display1 == display2: Checks whether two displays are equal.

Used In

ArmA

Example

if _controlA == _controlB then {c = 1}
Search OFPEC COMREF