Rational.Equals Method (Int64)

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

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

Syntax

'Declaration
Public Function Equals ( _
    nn As Long _
) As Boolean
public bool Equals(
    long nn
)
public:
virtual bool Equals(
    long long nn
) sealed
abstract Equals : 
        nn:int64 -> bool 
override Equals : 
        nn:int64 -> bool 
public final function Equals(
    nn : long
) : boolean

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

Rational Structure

Equals Overload

Microsoft.SolverFoundation.Common Namespace