SolverRegistration.CompareTo Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Compares the current object with another object of the same type.

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

Syntax

'Declaration
Public Function CompareTo ( _
    other As SolverRegistration _
) As Integer
public int CompareTo(
    SolverRegistration other
)
public:
virtual int CompareTo(
    SolverRegistration^ other
) sealed
abstract CompareTo : 
        other:SolverRegistration -> int 
override CompareTo : 
        other:SolverRegistration -> int 
public final function CompareTo(
    other : SolverRegistration
) : int

Parameters

Return Value

Type: System.Int32
A value that indicates the relative order of the objects being compared.

Implements

IComparable<T>.CompareTo(T)

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace