Exemplo n.º 1
0
 public bool Equals(Nested3 other)
 {
     return(Field1 == other.Field1 && Field2.Equals(other.Field2));
 }
Exemplo n.º 2
0
 public bool Equals(Nested2 other)
 {
     return(Field1.Equals(other.Field1) && Field2.Equals(other.Field2));
 }