示例#1
0
文件: PCNode.cs 项目: 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);
 }
示例#2
0
文件: PCNode.cs 项目: 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));
 }