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

IsFalse

Is False

  • Checks whether the input Boolean value is false or not.Returns false if the input Boolean value is entered as true. 

Properties 

      Common

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

      Misc

  • Input (InArgument<Boolean>) – The input Boolean value which needs to be checked.
  • Result (OutArgument<Boolean>) – returns a Boolean value.
  • Private (Boolean)- If selected, the values of variables and arguments are no longer logged at Verbose lev

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 False activity. Enter the input Boolean value and take output in result