boujnah5207 / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Disconnect Equals from GetHashCode #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Equals should not use the result of GetHashCode for basing equality due to 
possible collisions.

Original issue reported on code.google.com by wmccaffe...@gmail.com on 6 Nov 2008 at 11:27

Attachments:

GoogleCodeExporter commented 9 years ago
I've added additional tests to ensure this works just as good with objects 
having 
complex properties as part of the domain signature

Original comment by wmccaffe...@gmail.com on 7 Nov 2008 at 12:03

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by wmccaffe...@gmail.com on 7 Nov 2008 at 12:26