Ejemplo n.º 1
0
 protected bool Equals(UniqueDeviceName other)
 {
     return Uuid.Equals(other.Uuid);
 }
Ejemplo n.º 2
0
 protected bool Equals(UniqueDeviceName other)
 {
     return(Uuid.Equals(other.Uuid));
 }