다음을 통해 공유


ReportExpression<T>.Inequality 연산자 (String, ReportExpression<T>)

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 String, _
    right As ReportExpression(Of T) _
) As Boolean
‘사용 방법
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는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.

매개 변수

반환 값

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

참고 항목

참조

ReportExpression<T> 구조

Inequality 오버로드

Microsoft.ReportingServices.RdlObjectModel 네임스페이스