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.

NotEquals also has a filter function.

Use

  • Argument:
    • Select an argument. (Any)
  • Argument:
    • Select the second argument. (Any)
  • Output field name:
    • Enter an output field name.

Example

Argument 1Argument 2NotEquals() returns
52342345656456true
redredfalse
2022-01-05 02:30:00.0002021-07-02 00:00:00.000true

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. 

Type

Formulas