Example #1
0
 public bool Equals(WDecimal other)
 {
     return(WrappedValue.Equals(other.WrappedValue));
 }
Example #2
0
 public int CompareTo(WDecimal other)
 {
     return(WrappedValue.CompareTo(other.WrappedValue));
 }