Function IsNotEqual
Checks for value equality.
IsNotEqual([VALUE1],[VALUE2],[IGNORE_CASE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | any | required | n/a | VALUE1 | The value 1 |
2 | any | required | n/a | VALUE2 | The value 2 |
3 | boolean | optional | true | IGNORE_CASE | Whether or not to ignore character case |
Returns
TRUE or FALSE depending on whether the values are not equal
Examples
To check negotiator on a property
{{IsNotEqual(ALIAS.NEGOTIATOR, 'Bob')}}