BooleanExtensions extension

on

Properties

isFalse bool
Returns true if the value is not null and false. Otherwise false is returned.
no setter
isNotFalse bool
Returns true if the value is null and true. Otherwise false is returned.
no setter
isNotTrue bool
Returns true if the value is null or false. Otherwise false is returned.
no setter
isTrue bool
Returns true if the value is not null and true. Otherwise false is returned.
no setter
toInt int
Returns 1 if the value is false otherwise 0 is returned.
no setter