-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make the Result class IEquatable<Result> #9
Comments
A checked and I made a few more classes also IEquatable. |
It's always possible to define your own
|
I don't really agree with you on that, because the Result and the other similar classes should have a clear equality definition, based on how BOINC works. |
In my previous comment, I gave two examples for possible ways to define equality and corresponding usecases in practice that I think are both valid. |
I needed in my code to make the
Result
classIEquatable<Result>
. I think because I used it in aDictionary
.If you are okay with it, I could make a PR for that.
The text was updated successfully, but these errors were encountered: