CompareOps.SameValue Method (Single, Single, Single)
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 Single, _ ByVal y As Single, _ ByVal precision As Single _ ) As Boolean