Share via


Tuple.Equality operator

Computes the equality of two tuples.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    lhs As Tuple, _
    rhs As Tuple _
) As Boolean
'Usage
Dim lhs As Tuple
Dim rhs As Tuple
Dim returnValue As Boolean

returnValue = (lhs = rhs)
public static bool operator ==(
    Tuple lhs,
    Tuple rhs
)

Parameters

Return value

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

See also

Reference

Tuple class

Tuple members

Microsoft.PerformancePoint.Scorecards namespace