Esempio n. 1
0
 public int CompareTo(Cart other)
 {
     return(CurrentTrack.CompareTo(other.CurrentTrack));
 }