Is Equal Number
- An activity to check whether two numbers are equal.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Left (InArgument<Int32>) – Gets or sets the left value.
- Right (InArgument<Int32>) – Gets or sets the right value.
- Result(OutArgument<Boolean>) – Returns a Boolean value which checks if the left value is equal to right value.
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev
Example