BpmProperty.Equality Operator

Determines whether two objects are equal.

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

Return Value

Type: System.Boolean
true if the objects are equal; otherwise false.

See Also

Reference

BpmProperty Class

BpmProperty Members

Microsoft.PerformancePoint.Scorecards Namespace