Esempio n. 1
0
 public static int byName(Sortable x, Sortable y)
 {
     return(x.name.CompareTo(y.name));
 }