private bool Equals(TSqlDecimalNullValue other) { return(_precision.Equals(other._precision) && _scale.Equals(other._scale)); }