protected bool Equals(XBold other) { return base.Equals(other) && Equals(textBinding != null ? textBinding.Path : null, other.textBinding != null ? other.textBinding.Path : null); }
protected bool Equals(XBold other) { return (base.Equals(other) && Equals(textBinding != null ? textBinding.Path : null, other.textBinding != null ? other.textBinding.Path : null)); }