The A≠B block compares if two values are not identical.
Example A:
Input A with value 5 and input B with value 5 evaluates to false.
Example B:
Input A with value 5 and input B with value 10 evaluates to true.
Result:
True if the values are not equal. If the values are equal, false is evaluated.
Tips and best practices:
All mathematical blocks can calculate floating-point numbers. The separator is a dot, not a comma. Example: 1.5 ≠ 2.7
Library:
Math