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.
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
lhs
Type: Microsoft.PerformancePoint.Scorecards.TupleA tuple object to compare.
rhs
Type: Microsoft.PerformancePoint.Scorecards.TupleA tuple object to compare.
Return Value
Type: System.Boolean
true if the objects are not equal; otherwise false.