private bool Equals(TSqlMoneyValue other) { return(_value == other._value); }
private bool Equals(TSqlMoneyValue other) { return _value == other._value; }