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:

Location - location1 == location2: Check if two locations are the same. If any of them is null, false is returned.

Task - task1 == task2: Check whether two tasks are equal.

Used In

Arma2

Example

q = location1 == location2
Search OFPEC COMREF