Freigeben über


ReportExpression.Equality-Operator (ReportExpression, String)

Tests the equality of two expressions.

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

Syntax

'Declaration
Public Shared Operator = ( _
    left As ReportExpression, _
    right As String _
) As Boolean
'Usage
Dim left As ReportExpression 
Dim right As String 
Dim returnValue As Boolean 

returnValue = (left = right)
public static bool operator ==(
    ReportExpression left,
    string right
)
public:
static bool operator ==(
    ReportExpression left, 
    String^ right
)
static let inline(=)
        left:ReportExpression * 
        right:string  : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.

Parameter

Rückgabewert

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

Siehe auch

Verweis

ReportExpression Struktur

Equality-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace