Implementing an IComparable interface to a Class

Posted on C# Corner See other posts from C# Corner
Published on 3/31/2010 12:47:12 AM Indexed on 2010/04/09 15:34 UTC
Read the original article Hit count: 294

Filed under:
Here I have given an example of how to sort an Person class on the basis of its attribute by implementing IComparable interface.

© C# Corner or respective owner