implementing Icomparable for multiple sort fields

  • Thread starter Thread starter jw56578
  • Start date Start date
Hi jw56578,

Well, you could do all necessary algorithms within the scope of the IComparable methods, or keep the regular comparing simple and use an IComparer object to sort with. Not sure if this is the answer you seek though.
 
Back
Top