NameInfo.CompareTo Method (Microsoft.PerformancePoint.Scorecards)
Implements the IComparable.CompareTo method 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
- other
The object to compare to.
See Also
Reference
NameInfo Class
NameInfo Members
Microsoft.PerformancePoint.Scorecards Namespace