BooleanEquals

Compares two strings to see if they are equal, and returns a boolean result.

Table 1. Input Properties
Property Type Description
Boolean1 Boolean First Boolean.
Boolean2 Boolean Second Boolean.
  • If both properties are equal, then returns boolean of true.
  • If both properties are null, then returns boolean of true.
  • If only one property is null, then returns a boolean of false.