Contents tagged with Snippet

  • C# snippet: override Object.Equals

    Tags: .NET, C#, Snippet

    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