Compares this Character with another Character.
@override int compareTo(Character other) => _value.compareTo(other._value);