The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: How and when to Use Interfaces like IComparable
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

jimmy xuPosted Sep 11, 2010, 2:24 AM
when the class student has two or more fields that need to be sorted, is it possible to use this method to sort by fields? " Array.Sort(SArray); " may be not enough to sort multi fields?