Equals
Outputs True/False depending on if both values equal each other.
SYNTAX
{{eq data data2}}
PARAMETERS
| Name | Type | Required | Description |
|---|---|---|---|
| Data | Text | Required | First set of data to be compared. |
| Data2 | Text | Required | Second set of data to be compared. |
EXAMPLES
The examples below are based on the following sample content:
{{eq Contact.FirstName “customer”}}
A. Contact’s FirstName field equals customer
True
B. Contact’s FirstName field is not equal customer
False