Exemplo n.º 1
0
 protected bool Equals(Derived2 other)
 {
     return base.Equals(other) && Other == other.Other;
 }
Exemplo n.º 2
0
 protected bool Equals(Derived2 other)
 {
     return(base.Equals(other) && Other == other.Other);
 }