Is Equal Guid
- Checks whether one Guid is equal to another Guid or not. Based on the result evaluated, it returns a Boolean value.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Left (InArgument<Guid>) – The Guid variable or argument of the left operand.
- Result (OutArgument<Guid>) – Returns Boolean value based upon whether first operand is less than second operand.
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
- Right (InArgument<Guid>) – The Guid variable or argument of the right operand.
Example
- Create a new Process and then click on Manage Packages. Now search for Activities.Expressions in search bar. Install this package and click Save.
- Then create a Sequence and inside it call Is Equal Guid Enter the Left and Right Guid operands values and take output in the result.