private bool Equals(TSqlMoneyValue other)
 {
     return(_value == other._value);
 }
Exemple #2
0
 private bool Equals(TSqlMoneyValue other)
 {
     return _value == other._value;
 }