public bool Equals(WDouble other) { return(WrappedValue.Equals(other.WrappedValue)); }
public int CompareTo(WDouble other) { return(WrappedValue.CompareTo(other.WrappedValue)); }