Not equal
Logic name
Not equal
Function
This logic determines whether two input numbers differ.
Data type
|
Location |
Type |
|---|---|
|
First input handler |
Numeric |
|
Second input handler |
Numeric |
|
Logic output |
Boolean |
Property
|
Category |
Property |
Description |
|---|---|---|
|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition
Logic settings and processing result
This logic compares two numerical values of the input data, and if they differ, returns "true". If not, it returns "false".
Property settings
|
Property |
Setting Value |
|---|---|
|
None |
|
Input data
|
100,100 |
|
100.0,100 |
|
100,100.1 |
Output data
|
false |
|
false |
|
true |