Element.CompareTo Method (Microsoft.PerformancePoint.Scorecards)

Compares one object to another object. Implements the CompareTo method in the IComparable class 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 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
)

Parameters

  • other
    The object to compare to.

See Also

Reference

Element Class
Element Members
Microsoft.PerformancePoint.Scorecards Namespace