Comparator
The Comparator component performs a numeric comparison of two numeric inputs and raises the respective flags.

Comparator component
Slots
The Comparator component has the following slots:
Status: shows the component's status;
Equal: true if the input values are equal;
NotEqual: true if the input values are not equal;
GreaterThan: true if the InA value is greater than the InB value;
GreaterThanEqual: true if the InA value is greater than or equal to the InB value;
LessThan: true if the InA value is less than the InB value;
LessThanEqual: true if the InA value is less than or equal to the InB value;
InA-InB: the input values