What's the Comparer<T> class for?

Posted by Sir Psycho on Stack Overflow See other posts from Stack Overflow or by Sir Psycho
Published on 2010-05-16T09:38:10Z Indexed on 2010/05/16 9:40 UTC
Read the original article Hit count: 155

Filed under:

What purpose does the Comparer class serve if the type that you specify needs to implement IComparable? I'm now sure why you would need it.

© Stack Overflow or respective owner

Related posts about c#