1. Home
  2. Docs
  3. Microsoft Expressions
  4. IsGreaterThanOrEqual

IsGreaterThanOrEqual

Is Greater Than Or Equal

  • Compares the two operand value and return a Boolean value based on comparison done.If the two operands are equal, activity returns true .

Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Left (InArgument< SelectedDatatype >) – The selected datatype variable or argument of the left operand.
  • Result (OutArgument<Boolean>) – Returns Boolean value based upon whether first operand is greater than second operand or equal to each other.
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Right (InArgument< SelectedDatatype >) – The selected datatype 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 Greater Than Or Equal Enter the Left and Right operands value and take output in the result.