Share via


CompareTo Method (Object)

Compares to another qualified identifier

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As Object _
) As Integer
'Usage
Dim instance As QualifiedIdentifier
Dim other As Object
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    Object other
)
public:
virtual int CompareTo(
    Object^ other
) sealed
abstract CompareTo : 
        other:Object -> int 
override CompareTo : 
        other:Object -> int 
public final function CompareTo(
    other : Object
) : int

Parameters

Return Value

Type: System..::..Int32
An indication of their relative value (0 being equal)

Implements

IComparable..::..CompareTo(Object)

See Also

Reference

QualifiedIdentifier Class

CompareTo Overload

Microsoft.Data.Tools.Model Namespace