Exemplo n.º 1
0
 protected bool Equals(TestCsvObject other)
 {
     return Count == other.Count && string.Equals(Name, other.Name) && Flag.Equals(other.Flag) && string.Equals(Description, other.Description);
 }
Exemplo n.º 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));
 }