Méthode IComparable.CompareTo
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Private Function CompareTo ( _
value As Object _
) As Integer Implements IComparable.CompareTo
'Utilisation
Dim instance As ReportSize
Dim value As Object
Dim returnValue As Integer
returnValue = CType(instance, IComparable).CompareTo(value)
int IComparable.CompareTo(
Object value
)
private:
virtual int CompareTo(
Object^ value
) sealed = IComparable::CompareTo
private abstract CompareTo :
value:Object -> int
private override CompareTo :
value:Object -> int
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- value
Type : System. . :: . .Object
Valeur de retour
Type : System. . :: . .Int32