Share via


KpiMeasure.CompareTo Method (KpiMeasure) (Microsoft.PerformancePoint.Scorecards)

Implements the IComparable.CompareTo method 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
    The object to compare to.

See Also

Reference

KpiMeasure Class
KpiMeasure Members
Microsoft.PerformancePoint.Scorecards Namespace