EQ Operation

How to use the EQ operation in formulas

Definition

Example

Syntax Guide

Formula In Use

 


Definition

The EQ operation verifies that two values are equal

  • Returns True if <a> is equal to <b>
  • Otherwise returns False

 


Example

EQ(1, 1)

Result:
True

 


Syntax Guide

EQ(value1, value2)

value1 - The first value

value2 - The value to test against value1 for equality


Formula In Use

EQ (1)


What's Next?