UIConnectionInfo.CompareTo Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As UIConnectionInfo _
) As Integer
'Usage
Dim instance As UIConnectionInfo
Dim other As UIConnectionInfo
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
UIConnectionInfo other
)
public:
virtual int CompareTo(
UIConnectionInfo^ other
) sealed
abstract CompareTo :
other:UIConnectionInfo -> int
override CompareTo :
other:UIConnectionInfo -> int
public final function CompareTo(
other : UIConnectionInfo
) : int
Parameters
Return Value
Type: System.Int32