Share via


ReportExpression.Inequality Operator (ReportExpression, ReportExpression)

Tests the inequality of two expressions.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As ReportExpression, _
    right As ReportExpression _
) As Boolean
'Usage
Dim left As ReportExpression
Dim right As ReportExpression
Dim returnValue As Boolean

returnValue = (left <> right)
public static bool operator !=(
    ReportExpression left,
    ReportExpression right
)
public:
static bool operator !=(
    ReportExpression left, 
    ReportExpression right
)
static let inline (<>)
        left:ReportExpression * 
        right:ReportExpression  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Return Value

Type: System.Boolean
A Boolean value.