BooleanExtensions extension
- on
Methods
-
isFalse(
) → bool -
Available on bool, provided by the BooleanExtensions extension
Checks if the boolean value is false. -
isNotFalse(
) → bool -
Available on bool, provided by the BooleanExtensions extension
Checks if the boolean value is not false. -
isNotTrue(
) → bool -
Available on bool, provided by the BooleanExtensions extension
Checks if the boolean value is not true. -
isTrue(
) → bool -
Available on bool, provided by the BooleanExtensions extension
Checks if the boolean value is true. -
toggle(
) → bool -
Available on bool, provided by the BooleanExtensions extension
Toggles the boolean value. -
toInt(
) → int -
Available on bool, provided by the BooleanExtensions extension
Converts the boolean value to an integer.