示例#1
0
 protected bool Equals(UniqueDeviceName other)
 {
     return Uuid.Equals(other.Uuid);
 }
示例#2
0
 protected bool Equals(UniqueDeviceName other)
 {
     return(Uuid.Equals(other.Uuid));
 }