Beispiel #1
0
 public int CompareTo(Device other)
 {
     return(Udi.CompareTo(other.Udi));
 }