Dimension.CompareTo-Methode (Dimension)
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 Dimension _
) As Integer
'Usage
Dim instance As Dimension
Dim other As Dimension
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
Dimension other
)
Parameter
other
Typ: Microsoft.PerformancePoint.Scorecards.DimensionDas zu vergleichende Objekt.
Rückgabewert
Typ: System.Int32