protected bool Equals(PolymorphicHolder other)
 {
     return Equals(A, other.A) && Equals(B, other.B);
 }
Exemplo n.º 2
0
 protected bool Equals(PolymorphicHolder other)
 {
     return(Equals(A, other.A) && Equals(B, other.B));
 }