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
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 the objects are equal; otherwise false.