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