Relational less than or equal to operator.
@override bool operator <=(Object other) => _compareTo(other) <= 0;