Friday, September 21, 2007

Implementing the IEquatable interface properly

I've posted an article on CodeProject that illustrates why it is important to override the Object.Equals method when implementing the IEquatable interface.

The article first explains when to use the IEquatable and how to do a proper implementation.

If you have any questions or comments, feel free to post them.

0 comments: