Partager via


Opérateur ReportExpression<T>.Inequality (ReportExpression<T>, T)

Tests the inequality between an object of type T and a ReportExpression<T> object.

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 T _
) As Boolean
'Utilisation
Dim left As ReportExpression(Of T)
Dim right As T
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    ReportExpression<T> left,
    T right
)
public:
static bool operator !=(
    ReportExpression<T> left, 
    T right
)
static let inline(<>)
        left:ReportExpression<'T> * 
        right:'T  : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.

Paramètres

  • right
    Type : T
    An object of type T.

Valeur de retour

Type : System.Boolean
True if the object of type T is not equal to the ReportExpression<T> object; otherwise, false.

Voir aussi

Référence

ReportExpression<T> Structure

Surcharge Inequality

Espace de noms Microsoft.ReportingServices.RdlObjectModel