Quote Originally Posted by jmcilhinney View Post
...IComparer interface or the Comparison delegate, the function that compares...
I think you meant to say the IComparable interface. I recently tested this for an answer for another thread and I had to use that interface for it to work. I think IComparer is for the objects that do the sorting, ie. the collections and lists.