-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add type equality checks and overrides #112
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
Conversation
All classes implement IEquatable and have GetHashCode and Equals overrides.
String can't override `JsonLdContext` and it also doesn't need the override.
RehanSaeed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good idea. I've wanted to do this but not had time. A few review comments.
|
Cool thanks. We should bump the version. If we get some of your other changes in, it'd be a major version upgrade. |
|
Yeah - if we can my overhaul of the |
All classes implement IEquatable and have GetHashCode and Equals overrides. Not sure if it is worth adding the operator overloads for equality too.