Element.CompareTo-Methode

Vergleicht dieses Objekt mit einem anderen Objekt für die Sortierung.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As Element _
) As Integer
'Usage
Dim instance As Element
Dim other As Element
Dim returnValue As Integer

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

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

IComparable<T>.CompareTo(T)

Siehe auch

Referenz

Element Klasse

Element-Member

Microsoft.PerformancePoint.Scorecards-Namespace