[Article] ObjectComparer

This ObjectComparer article at The Code Project shows nicely how to implement the IComparer interface to set up a Compare method that allows you to create a nifty Array.Sort method somewhat similar to DataView.Sort.

No Comments