Esempio n. 1
0
 public int CompareTo(BillCell other)
 {
     return(alpha.Compare(concatMaterial, other.concatMaterial));
 }
Esempio n. 2
0
 public int CompareTo(ChangePanel other)
 {
     return(alphaComparer.Compare(MarkSb, other.MarkSb));
 }