Comparison components
The Comparison components are simple logic comparison operators that yield True or False result events. The Comparison components are:
Equal To
Not Equal To
Greater Than
Greater Than or Equal To
Less Than
Less Than or Equal To
These components accept a single input which is compared against a value that you statically set during project design. Before the component input is connected to its source, the set value defaults to a type of double. When connected, the type changes to match that of the input. For more information, see General Component Properties, Methods, and Events.
Properties
Property |
Description |
BlockText |
The expression used in the Comparison operator. Here is an example: == |
FirstValue |
An input value for the Comparison operator to use. |
SecondValue |
A comparison value for the operator to use. |
SecondValueText |
A text string representing the SecondValue. |
Events
Event |
Description |
SolvedFalse |
Triggered when the result of the comparison is False. |
SolvedTrue |
Triggered when the result of the comparison is True. |
Related information
Using the Comparison Components
Privacy | Trademarks | Terms of Use | Feedback
Updated: 01 July 2024
© 2016 - 2024 Pegasystems Inc. Cambridge, MA All rights reserved.