Método FacetInfo.IComparable.CompareTo
Compares the objects within the FacetInfo.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Private Function CompareTo ( _
other As Object _
) As Integer Implements IComparable.CompareTo
'Uso
Dim instance As FacetInfo
Dim other As Object
Dim returnValue As Integer
returnValue = CType(instance, IComparable).CompareTo(other)
int IComparable.CompareTo(
Object other
)
private:
virtual int CompareTo(
Object^ other
) sealed = IComparable::CompareTo
private abstract CompareTo :
other:Object -> int
private override CompareTo :
other:Object -> int
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- other
Tipo: System.Object
The objects that need to be compared.
Valor de retorno
Tipo: System.Int32
The objects to compare.