Entity Framework 4 overwrite Equals and GetHashCode of an own class property
- by Zhok
Hi,
I’m using Visual Studio 2010 with .NET 4 and Entity Framework 4. I’m working with POCO Classes and not the EF4 Generator. I need to overwrite the Equals() and GetHashCode() Method but that doesn’t really work. Thought it’s something everybody does but I don’t find anything about the problem Online.
When I write my own Classes and Equals…