BooleanNotEquals

Compares two strings to confirm that they are not 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 false.
  • If both properties are null, then returns boolean of false.
  • If only one property is null, then returns a boolean of true.