protected bool Equals(Derived other)
 {
     return base.Equals(other) && Other == other.Other;
 }
Beispiel #2
0
 protected bool Equals(Derived other)
 {
     return(base.Equals(other) && Other == other.Other);
 }