CompareTo Method

Compares this qualified name against another (ordinal compare)

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

Syntax

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

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

Parameters

Return Value

Type: System..::..Int32
0 if identical, less than 0 if this name comes before the given name greater than 0 if this cname comes after the given name

Implements

IComparable< (Of < ( <'T> ) > ) >..::..CompareTo(T)

See Also

Reference

QualifiedName Class

Microsoft.Data.Tools.Model Namespace