Esempio n. 1
0
 public int CompareTo(Items other)
 {
     return(Brand.CompareTo(other.Brand));
 }
Esempio n. 2
0
 public int CompareTo(Car other)
 {
     return(Brand.CompareTo(other.Brand));
 }
Esempio n. 3
0
 int IComparable <Clock> .CompareTo(Clock other)
 {
     return(Brand.CompareTo(other.Brand));
 }