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