Share via


Tuple.Inequality Operator

Computes the inequality 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 not equal; otherwise false.

See Also

Reference

Tuple Class

Tuple Members

Microsoft.PerformancePoint.Scorecards Namespace