Operador Inequality (ReportExpression(T), String)
Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
left As ReportExpression(Of T), _
right As String _
) As Boolean
'Uso
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 dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- left
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
- right
Tipo: System. . :: . .String
An expression string.
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean object.