Returns True if the Values are within a "small" value computed from the supplied Precision.
For Values with lots of significant figures, then Precision should be made smaller.
If you want more control over the comparison then use CompareValue
[Visual Basic] Overloads Public Shared Function SameValue( _ ByVal x As Decimal, _ ByVal y As Decimal, _ ByVal precision As Decimal _ ) As Boolean