protected bool Equals(PolymorphicHolder other)
 {
     return Equals(A, other.A) && Equals(B, other.B);
 }
Exemple #2
0
 protected bool Equals(PolymorphicHolder other)
 {
     return(Equals(A, other.A) && Equals(B, other.B));
 }