BpmProperty.CompareTo Method

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 Overridable Function CompareTo ( _
    obj As Object _
) As Integer
'Usage
Dim instance As BpmProperty
Dim obj As Object
Dim returnValue As Integer

returnValue = instance.CompareTo(obj)
public virtual int CompareTo(
    Object obj
)

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 obj object.

Implements

IComparable.CompareTo(Object)

See Also

Reference

BpmProperty Class

BpmProperty Members

Microsoft.PerformancePoint.Scorecards Namespace