BooleanExtensions extension
- on
-
- bool?
Properties
- isFalse → bool
-
Available on bool?, provided by the BooleanExtensions extension
Returnstrue
if the value is not null and false. Otherwisefalse
is returned.no setter - isNotFalse → bool
-
Available on bool?, provided by the BooleanExtensions extension
Returnstrue
if the value is null and true. Otherwisefalse
is returned.no setter - isNotTrue → bool
-
Available on bool?, provided by the BooleanExtensions extension
Returnstrue
if the value is null or false. Otherwisefalse
is returned.no setter - isTrue → bool
-
Available on bool?, provided by the BooleanExtensions extension
Returnstrue
if the value is not null and true. Otherwisefalse
is returned.no setter - toInt → int
-
Available on bool?, provided by the BooleanExtensions extension
Returns1
if the value isfalse
otherwise0
is returned.no setter