ReportExpression<T>.Inequality 运算符 (ReportExpression<T>, String)

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Operator <> ( _
    left As ReportExpression(Of T), _
    right As String _
) As Boolean
用法
Dim left As ReportExpression(Of T)
Dim right As String 
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    ReportExpression<T> left,
    string right
)
public:
static bool operator !=(
    ReportExpression<T> left, 
    String^ right
)
static let inline(<>)
        left:ReportExpression<'T> * 
        right:string  : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。

参数

返回值

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

请参阅

参考

ReportExpression<T> 结构

Inequality 重载

Microsoft.ReportingServices.RdlObjectModel 命名空间