Tests whether a number equals another number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Equals(
BigFloat other
)
Public Function Equals (
other As BigFloat
) As Boolean
public:
virtual bool Equals(
BigFloat^ other
) sealed
abstract Equals :
other : BigFloat -> bool
override Equals :
other : BigFloat -> bool
Parameters
- other
- Type: Extreme.MathematicsBigFloat
The BigFloat to compare.
Return Value
Type:
Boolean if the number equals
other; otherwise
.
Implements
IEquatableTEquals(T)
Reference