Thanks to a comment by J. Marsch, I added a new method to Algorithms today: GetIdentityComparer(). This method returns an IComparer that compares objects for equality by always using object identity. In other words, this comparer will say that two objects Read More...