Hierarchy.CompareTo Method (Hierarchy)
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 Hierarchy _
) As Integer
'Usage
Dim instance As Hierarchy
Dim other As Hierarchy
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
Hierarchy other
)
Parameters
other
Type: Microsoft.PerformancePoint.Scorecards.HierarchyThe object to compare to.
Return Value
Type: System.Int32