Comparison

Click to copy

Compares two values with a certain condition.


Block \ OutputTrueFalse
EqualA = BA ≠ B
GreaterA > BA ≤ B
Greater or EqualA ≥ BA < B
LessA < BA ≥ B
Less or EqualA ≤ BA > B
Equal EnumA = BA ≠ B
Is 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.