Rational.Equals Method (UInt32)

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function Equals ( _
    u As UInteger _
) As Boolean
[CLSCompliantAttribute(false)]
public bool Equals(
    uint u
)
[CLSCompliantAttribute(false)]
public:
virtual bool Equals(
    unsigned int u
) sealed
[<CLSCompliantAttribute(false)>]
abstract Equals : 
        u:uint32 -> bool 
[<CLSCompliantAttribute(false)>]
override Equals : 
        u:uint32 -> bool 
public final function Equals(
    u : uint
) : boolean

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

Rational Structure

Equals Overload

Microsoft.SolverFoundation.Common Namespace