Inequality opérateur (ReportExpression(T), String)
Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
left As ReportExpression(Of T), _
right As String _
) As Boolean
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- left
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
- right
Type : System. . :: . .String
An expression string.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean object.