Returns whether a
BigFloat is equal to another.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static bool operator ==(
BigFloat left,
BigFloat right
)
Public Shared Operator = (
left As BigFloat,
right As BigFloat
) As Boolean
public:
static bool operator ==(
BigFloat^ left,
BigFloat^ right
)
static let inline (=)
left : BigFloat *
right : BigFloat : bool
Parameters
- left
- Type: Extreme.MathematicsBigFloat
The first number to compare. - right
- Type: Extreme.MathematicsBigFloat
The second number to compare.
Return Value
Type:
Boolean if
left is equal to
right;
otherwise
.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference