Checks to see if the passed in values are equal based on a predefined Financial Management epsilon. This function can be used in all types of rules.
A difference of -0.0000000000001 to 0.0000000000001 is considered zero difference.
BooleanValue = HS.IsAlmostEqual(Value1, Value2)
A Boolean expression that is True if the passed in values are equal ; False if they are not equal.