Ejemplo n.º 1
0
Archivo: PCNode.cs Proyecto: Nucs/nlib
 protected bool Equals(PCNode other) {
     return base.Equals(other) && string.Equals(MacAddress, other.MacAddress) && string.Equals(MachineName, other.MachineName) && string.Equals(PCID, other.PCID);
 }
Ejemplo n.º 2
0
Archivo: PCNode.cs Proyecto: Nucs/nlib
 protected bool Equals(PCNode other)
 {
     return(base.Equals(other) && string.Equals(MacAddress, other.MacAddress) && string.Equals(MachineName, other.MachineName) && string.Equals(PCID, other.PCID));
 }