Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IComparable #55

Open
RReverser opened this issue Aug 19, 2024 · 0 comments
Open

Implement IComparable #55

RReverser opened this issue Aug 19, 2024 · 0 comments

Comments

@RReverser
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant