Beispiel #1
0
 public bool Equals(Device other)
 {
     return(Udi.Equals(other.Udi));
 }