BigFloat.Equals Method

Overload List

Equals(BigFloat) Tests whether a number equals another number.
Equals(Object) Returns a value indicating whether this instance is equal to a specified object.
Equals(BigFloat, AccuracyGoal) Tests whether a number equals another number up to the specified AccuracyGoal.
Equals(BigFloat, BigFloat, AccuracyGoal) Tests whether a number equals another number up to the specified AccuracyGoal.

See Also