Ejemplo n.º 1
0
 protected bool Equals(Test2 other)
 {
     return(Foo == other.Foo && Bar == other.Bar && Equals(Kitten, other.Kitten));
 }