IComparer(String).Compare 메서드
Compares two specified objects.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Private Function Compare ( _
x As String, _
y As String _
) As Integer Implements IComparer(Of String).Compare
‘사용 방법
Dim instance As ServerComparer
Dim x As String
Dim y As String
Dim returnValue As Integer
returnValue = CType(instance, IComparer(Of String)).Compare(x, _
y)
int IComparer<string>.Compare(
string x,
string y
)
private:
virtual int Compare(
String^ x,
String^ y
) sealed = IComparer<String^>::Compare
private abstract Compare :
x:string *
y:string -> int
private override Compare :
x:string *
y:string -> int
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
반환 값
유형: System. . :: . .Int32
A Int32 value.