Not Equal

Logic Name

Not Equal

Function

Determines whether the two input numbers are different.

Data Types

Location Type
The first input handler Numeric
The second input handler Numeric
Logic output Boolean
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Null processing Null option Specify how to handle the input if it contains null.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Null option

Option Description
Determine/calculate while remaining null value Outputs false if values of both input handlers are null and outputs true if only one of them is null, then continues with the process.
Convert null into 0 Converts null to 0 and continue with the process.
Output null if one input is null Outputs null if the value of one input handler is null.
lightbulbRefer to "Logic Specifications" for details.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

Compare the two values of input data. Return "true" if not equal. Otherwise return "false".
Property Settings
Property Setting
Null option Output null if any input is null
Input Data
100,100
100.0,100
100,100.1
Result Data
false
false
true