コード例 #1
0
ファイル: TwoWords.cs プロジェクト: axle-h/Axh.Optimization
 protected bool Equals(TwoWords other)
 {
     return(string.Equals(this.Word1, other.Word1) && string.Equals(this.Word2, other.Word2));
 }
コード例 #2
0
ファイル: TwoWords.cs プロジェクト: axle-h/Axh.Optimization
 protected bool Equals(TwoWords other)
 {
     return string.Equals(this.Word1, other.Word1) && string.Equals(this.Word2, other.Word2);
 }