G
Guest
Does anyone know if it's possible, and if so, how to implement a secondary comparison criteria
Let's say we've got a collection of Person objects that we want sorted by LastName then by FirstName..
How would I construct a CompareTo function to accomplish this
Thanks in advance!
Let's say we've got a collection of Person objects that we want sorted by LastName then by FirstName..
How would I construct a CompareTo function to accomplish this
Thanks in advance!