Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Tests the inequality between two ReportExpression<T> objects.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
left As ReportExpression(Of T), _
right As ReportExpression(Of T) _
) As Boolean
'Utilisation
Dim left As ReportExpression(Of T)
Dim right As ReportExpression(Of T)
Dim returnValue As Boolean
returnValue = (left <> right)
public static bool operator !=(
ReportExpression<T> left,
ReportExpression<T> right
)
public:
static bool operator !=(
ReportExpression<T> left,
ReportExpression<T> right
)
static let inline(<>)
left:ReportExpression<'T> *
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 : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
- right
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
Valeur de retour
Type : System.Boolean
True if the two ReportExpression<T> objects are not equal; otherwise, false.