KpiMeasure.CompareTo method (KpiMeasure)
Compares this object to another object for sorting purposes.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As KpiMeasure _
) As Integer
'Usage
Dim instance As KpiMeasure
Dim other As KpiMeasure
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
KpiMeasure other
)
Parameters
other
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureThe object to compare to.
Return value
Type: System.Int32
An integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.