Math

Compare if two values are not equal using A≠B block

Compare if two values are not equal

The A≠B block compares if two values are not identical.

Example A:

library-math-notequals-example-1

Input A with value 5 and input B with value 5 evaluates to false.

Example B:

library-math-notequals-example-2

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

Similar posts

Subscribe to our newsletter

Stay up to date on upcoming news and topics of creating web apps without code.