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