SolverRegistration.IComparable.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
Private Function CompareTo ( _
    other As Object _
) As Integer Implements IComparable.CompareTo
int IComparable.CompareTo(
    Object other
)
private:
virtual int CompareTo(
    Object^ other
) sealed = IComparable::CompareTo
private abstract CompareTo : 
        other:Object -> int 
private override CompareTo : 
        other:Object -> int 
JScript does not support explicit interface implementations.

Parameters

  • other
    Type: System.Object
    An object to compare with this object.

Return Value

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

Implements

IComparable.CompareTo(Object)

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace