Declaration.CompareTo 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Intellisense
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Function CompareTo ( _
    other As Declaration _
) As Integer
‘사용 방법
Dim instance As Declaration 
Dim other As Declaration 
Dim returnValue As Integer 

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

매개 변수

반환 값

유형: System.Int32
An Int32 value that specifies 0 if the two objects are equal.

구현

IComparable<T>.CompareTo(T)

참고 항목

참조

Declaration 클래스

Microsoft.SqlServer.Management.SqlParser.Intellisense 네임스페이스