共用方式為


ReportExpression<T>.Inequality 運算子 (T, ReportExpression<T>)

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Shared Operator <> ( _
    left As T, _
    right As ReportExpression(Of T) _
) As Boolean
'用途
Dim left As T
Dim right As ReportExpression(Of T)
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    T left,
    ReportExpression<T> right
)
public:
static bool operator !=(
    T left, 
    ReportExpression<T> right
)
static let inline(<>)
        left:'T * 
        right:ReportExpression<'T>  : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。

參數

  • left
    型別:T
    An object of type T.

傳回值

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

請參閱

參考

ReportExpression<T> 結構

Inequality 多載

Microsoft.ReportingServices.RdlObjectModel 命名空間