BooleanOrd class

Implements the Ord typeclass for boolean values.

Inheritance
Implemented types

Constructors

BooleanOrd()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

compare(bool x, bool y) int
Compares two values and returns an int indicating their order.
override
equals(bool x, bool y) bool
Checks if x and y are equal.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited