Rational.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 rational number 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
- dbl
Type: System.Double
A double value.
Return Value
Type: System.Boolean
true if the rational number is equal to the double; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.