Inequality opérateur (String, ReportExpression(T))
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 String, _
right As ReportExpression(Of T) _
) As Boolean
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- left
Type : System. . :: . .String
An expression string.
- right
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean object.