Function IsEqual

Checks for value equality.

IsEqual([VALUE1],[VALUE2],[IGNORE_CASE])

Parameters

#TypePassingDefaultNameDescription/Comments
1anyrequiredn/aVALUE1The value 1
2anyrequiredn/aVALUE2The value 2
3booleanoptionaltrueIGNORE_CASEWhether or not to ignore character case

Returns

TRUE or FALSE depending on whether the values are equal


Examples

To check negotiator on a property

{{IsEqual(ALIAS.NEGOTIATOR, 'Bob')}}