Comparison

Click to copy

Compares two values with a certain condition.


Block \ OutputTrueFalseEqualA = BA ≠ BGreaterA > BA ≤ BGreater or EqualA ≥ BA < BLessA < BA ≥ BLess or EqualA ≤ BA > BEqual EnumA = BA ≠ BIs NullValue is NullValue is not Null

Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] A (depends on the block) - first value to be evaluated.
  • [Input] B (depends on the block) - second value to be evaluated.
  • [Input, Is Null only] Value (any) - value to be checked for Null.
  • [Output] Result (boolean) - True if the condition is evaluated to be true, otherwise False.
Comparison | AppMaster Docs