UnitGenerator
UnitGenerator copied to clipboard
Implement IComparable
Currently the generator implements the generic IComparable<T> but not the untyped IComparable interface.
This is asymmetric to equality, where both regular Equals(object) and the typed Equals(T) are both overridden.
It would be good to implement the untyped IComparable as well.