C# snippet: override Object.Equals
Lately I’ve been creating quite a few business entities with the ID of the object as the actual key to compare objects, which isn't the default implementation. Because of that I had to override … more
Lately I’ve been creating quite a few business entities with the ID of the object as the actual key to compare objects, which isn't the default implementation. Because of that I had to override … more
If you have troubles finding your Code Snippet Manager in Visual Studio, here’s how to reach it and place it in your menu bar:
Go to Tools|Customize.
Select the Commands tab.
In the … more