Share via


BpmProperty.CompareTo Method (Microsoft.PerformancePoint.Scorecards)

Compares the property to another property.

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

  • obj
    The property to compare to.

Return Value

Same as String.Compare.

See Also

Reference

BpmProperty Class
BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace