Vogen icon indicating copy to clipboard operation
Vogen copied to clipboard

IComparable<>

Open viceroypenguin opened this issue 3 years ago • 0 comments

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.

viceroypenguin avatar Aug 12 '22 04:08 viceroypenguin