コード例 #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));
 }