Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether one object is greater than another object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Operator > ( _
r1 As BpmProperty, _
r2 As BpmProperty _
) As Boolean
'Usage
Dim r1 As BpmProperty
Dim r2 As BpmProperty
Dim returnValue As Boolean
returnValue = (r1 > r2)
public static bool operator >(
BpmProperty r1,
BpmProperty r2
)
Parameters
r1
Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyAn object to compare
r2
Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyAn object to compare
Return Value
Type: System.Boolean
true if r1 is greater than r2; otherwise false.