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 Double, _ ByVal y As Double, _ ByVal precision As Double _ ) As Boolean