Rational.Equals Method (BigInteger)

[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 big integer.

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

Syntax

'Declaration
Public Function Equals ( _
    bn As BigInteger _
) As Boolean
public bool Equals(
    BigInteger bn
)
public:
virtual bool Equals(
    BigInteger bn
) sealed
abstract Equals : 
        bn:BigInteger -> bool 
override Equals : 
        bn:BigInteger -> bool 
public final function Equals(
    bn : BigInteger
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the rational number is equal to the big integer; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

Rational Structure

Equals Overload

Microsoft.SolverFoundation.Common Namespace