Operador Equality (ReportExpression(T), T)

Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Shared Operator = ( _
    left As ReportExpression(Of T), _
    right As T _
) As Boolean
'Uso
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 dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.

Parâmetros

  • right
    Tipo: T
    An object of type T.

Valor de retorno

Tipo: System. . :: . .Boolean
A Boolean value.