コード例 #1
0
ファイル: TestRecord.cs プロジェクト: modulexcite/Sequel
 protected bool Equals(TestRecord other)
 {
     return string.Equals(Key, other.Key) && Value == other.Value;
 }
コード例 #2
0
 protected bool Equals(TestRecord other)
 {
     return(string.Equals(Key, other.Key) && Value == other.Value);
 }