Vogen
Vogen copied to clipboard
IComparable<>
Describe the feature
@SteveDunn Would you be opposed to an additional option that would automatically implement IComparable<>, in addition to IEquatable<>? There are cases where I would like to sort by the Id in order to do binary searches, etc. I understand not adding it to all objects, but it would be nice to be able to add it when desired.