Share via


NameInfo.CompareTo method

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

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

Parameters

Return value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)

See also

Reference

NameInfo class

NameInfo members

Microsoft.PerformancePoint.Scorecards namespace