Share via


Element.CompareTo - Méthode

Compare cet objet à un autre objet pour le tri.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Function CompareTo ( _
    other As Element _
) As Integer
'Utilisation
Dim instance As Element
Dim other As Element
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    Element other
)

Paramètres

Valeur renvoyée

Type : System.Int32

Implémentations

IComparable<T>.CompareTo(T)

Voir aussi

Référence

Element classe

Element - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms