Share via


ReportExpression<T>.Inequality Operator (String, ReportExpression<T>)

Tests the inequality between an expression and a ReportExpression<T> object.

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
True if the expression is not equal to the ReportExpression<T> object; otherwise, false.

See Also

Reference

ReportExpression<T> Structure

Inequality Overload

Microsoft.ReportingServices.RdlObjectModel Namespace