FicBooleanExtension extension
See also: compareObject, FicComparableExtension, FicComparatorExtension, sortBy, sortLike
- on
Methods
-
compareTo(
bool other) → int -
Available on bool, provided by the FicBooleanExtension extension
true > false Zero: This instance and value are equal (both true or both false). Greater than zero: This instance is true and value is false. Less than zero: This instance is false and value is true.