Category: Logic Kind: Operation Description: Check if two values are not equal
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
A | A | Any | Item | The first value |
B | B | Any | Item | The second value |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Result | R | Boolean | Item | Whether the values are not equal |
Feed any value into item A
The value could be a string, number, or even Objects & Features
Feed any value into item B
The value could be a string, number, or even Objects & Features
The result is True if the two inputs are not an exact match, and false if they are an exact match
Note: The data type of the inputs is considered.
For instance
String: “This is a String” does not equal Object: [”This is a String”]