protected bool Equals(Composite other) { return Equals(_props, other._props); }
protected bool Equals(Composite other) { return(Equals(_props, other._props)); }