다음을 통해 공유


Measure.CompareTo Method (Measure)

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 Measure _
) As Integer
'Usage
Dim instance As Measure
Dim other As Measure
Dim returnValue As Integer

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

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

See Also

Reference

Measure Class

Measure Members

CompareTo Overload

Microsoft.PerformancePoint.Scorecards Namespace