다음을 통해 공유


Inequality 연산자 (ReportExpression(T), String)

Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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
A Boolean object.