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

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

Parameters

Return Value

Type: System.Int32

A signed number indicating the relative values the objects, as follows:

  • Less than zero indicates that this object is less than obj.

  • Zero indicates that this object equals obj.

  • Greater than zero indicates that this object is greater than obj.

Implements

IComparable.CompareTo(Object)

See Also

Reference

BpmPropertyDate Class

BpmPropertyDate Members

Microsoft.PerformancePoint.Scorecards Namespace