コード例 #1
0
ファイル: TestCsvObject.cs プロジェクト: bobpace/fubucore
 protected bool Equals(TestCsvObject other)
 {
     return Count == other.Count && string.Equals(Name, other.Name) && Flag.Equals(other.Flag) && string.Equals(Description, other.Description);
 }
コード例 #2
0
 protected bool Equals(TestCsvObject other)
 {
     return(Count == other.Count && string.Equals(Name, other.Name) && Flag.Equals(other.Flag) && string.Equals(Description, other.Description));
 }