Share via


RepositoryList.CompareTo method

Compares the current instance to another object of the same type.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As RepositoryList _
) As Integer
'Usage
Dim instance As RepositoryList
Dim other As RepositoryList
Dim returnValue As Integer

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

Parameters

Return value

Type: System.Int32
An integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Implements

IComparable<T>.CompareTo(T)

See also

Reference

RepositoryList class

RepositoryList members

Microsoft.PerformancePoint.Scorecards namespace