Compartilhar via


Operador ReportExpression.Inequality (ReportExpression, ReportExpression)

Tests the inequality of two expressions.

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

Sintaxe

'Declaração
Public Shared Operator <> ( _
    left As ReportExpression, _
    right As ReportExpression _
) As Boolean
'Uso
Dim left As ReportExpression 
Dim right As ReportExpression 
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    ReportExpression left,
    ReportExpression right
)
public:
static bool operator !=(
    ReportExpression left, 
    ReportExpression right
)
static let inline(<>)
        left:ReportExpression * 
        right:ReportExpression  : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.

Parâmetros

Valor de retorno

Tipo: System.Boolean
True if the two expressions are not equal; otherwise, false.

Consulte também

Referência

ReportExpression Estrutura

Sobrecarregado Inequality

Namespace Microsoft.ReportingServices.RdlObjectModel