C#/.NET Little Wonders: Comparer<T>.Default
- by James Michael Hare
I’ve been working with a wonderful team on a major release where I work, which has had the side-effect of occupying most of my spare time preparing, testing, and monitoring. However, I do have this Little Wonder tidbit to offer today.
Introduction
The IComparable<T> interface is great for implementing a natural order for a data…