Partager via


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

Tests the equality between an object 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 T, _
    right As ReportExpression(Of T) _
) As Boolean
'Utilisation
Dim left As T
Dim right As ReportExpression(Of T)
Dim returnValue As Boolean 

returnValue = (left = right)
public static bool operator ==(
    T left,
    ReportExpression<T> right
)
public:
static bool operator ==(
    T left, 
    ReportExpression<T> right
)
static let inline(=)
        left:'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 : T
    An object of type T.

Valeur de retour

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

Voir aussi

Référence

ReportExpression<T> Structure

Surcharge Equality

Espace de noms Microsoft.ReportingServices.RdlObjectModel