BigInteger.Equals Method (Int32)

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

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

Syntax

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

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

BigInteger Structure

Equals Overload

Microsoft.SolverFoundation.Common Namespace