Dimension.CompareTo Method (Dimension) (Microsoft.PerformancePoint.Scorecards)
Compares this object to another object. 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 Dimension _
) As Integer
'Usage
Dim instance As Dimension
Dim other As Dimension
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo (
Dimension other
)
Parameters
- other
The object to compare to.
See Also
Reference
Dimension Class
Dimension Members
Microsoft.PerformancePoint.Scorecards Namespace