The false operator can be used to test the Value of the NullableBoolean to determine whether it is false.
true if Value is False, otherwise false.
If the Value is Null, this operator still return false.
NullableBoolean Class | NullableTypes Namespace