Beispiel #1
0
 protected bool Equals(PCNode other) {
     return base.Equals(other) && string.Equals(MacAddress, other.MacAddress) && string.Equals(MachineName, other.MachineName) && string.Equals(PCID, other.PCID);
 }
Beispiel #2
0
 protected bool Equals(PCNode other)
 {
     return(base.Equals(other) && string.Equals(MacAddress, other.MacAddress) && string.Equals(MachineName, other.MachineName) && string.Equals(PCID, other.PCID));
 }