NotEquals
Description
Checks if two values of the same type are not equal. If the argument values are not equal, a true Boolean value is returned. If the argument values are equal, a false Boolean value is returned. A new column is created for the results.
This is a formula function.
Use
- Argument:
- Select an argument. (Any)
- Argument:
- Select the second argument. (Any)
- Output field name:
- Enter an output field name.
Example
Argument 1 | Argument 2 | NotEquals() returns |
---|---|---|
523423 | 45656456 | true |
red | red | false |
2022-01-05 02:30:00.000 | 2021-07-02 00:00:00.000 | true |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_NotEquals" to see an example of this function.