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

Calendar event's Equals and GetHashCode methods don't match #271

Closed
rianjs opened this issue Apr 27, 2017 · 2 comments
Closed

Calendar event's Equals and GetHashCode methods don't match #271

rianjs opened this issue Apr 27, 2017 · 2 comments

Comments

@rianjs
Copy link
Owner

rianjs commented Apr 27, 2017

Equals() considers attachments. GetHashCode does not.

@rianjs
Copy link
Owner Author

rianjs commented Apr 28, 2017

The RFC allows attachments on all calendar components. I.e.:

  • Event
  • To-Do
  • Journal
  • Free/Busy
  • Time Zone
  • Alarm

So I'll drive through and make sure GetHashCode() and Equals() consider the appropriate properties, since I noticed that Alarm does not.

@rianjs
Copy link
Owner Author

rianjs commented Apr 28, 2017

In nuget packages:

  • 2.2.35
  • 3.0.4-net-core-alpha

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

No branches or pull requests

1 participant