Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 RepositoryLocation _
) As Integer
'Usage
Dim instance As RepositoryLocation
Dim other As RepositoryLocation
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
RepositoryLocation other
)
Parameters
other
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe object to compare to.
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.