BigInteger.Equals Method (Double)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value that indicates whether a big integer is equal to a double.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function Equals ( _
    dbl As Double _
) As Boolean
public bool Equals(
    double dbl
)
public:
virtual bool Equals(
    double dbl
) sealed
abstract Equals : 
        dbl:float -> bool 
override Equals : 
        dbl:float -> bool 
public final function Equals(
    dbl : double
) : boolean

Parameters

Return Value

Type: System.Boolean
true if a big integer is equal to a double; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

BigInteger Structure

Equals Overload

Microsoft.SolverFoundation.Common Namespace