Compare Values
Function Description
Compares two input numerical value lists according to the set operation type, and outputs a Boolean value (True/False) list of comparison results.

Use Cases
A general-purpose step for numerical comparison.
Inputs
First Operand (Required): Numerical value list to be compared.
Second Operand (Optional): Numerical value list to be compared. If this port has no input, it will be compared with the specified operand.
Outputs
Result: Boolean value list of comparison results.
Parameters
Operation Type: Greater than, Greater than or equal to, Less than, Less than or equal to, Equal to, Not equal to.
Specified Operand: Value used to compare with the first operand, takes effect when “Second Operand” has no input.