Equality-Operator (ReportExpression(T), String)
Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As ReportExpression(Of T), _
right As String _
) As Boolean
'Usage
Dim left As ReportExpression(Of T)
Dim right As String
Dim returnValue As Boolean
returnValue = (left = right)
public static bool operator ==(
ReportExpression<T> left,
string right
)
public:
static bool operator ==(
ReportExpression<T> left,
String^ right
)
static let inline (=)
left:ReportExpression<'T> *
right:string : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- left
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
- right
Typ: System. . :: . .String
An expression string.
Rückgabewert
Typ: System. . :: . .Boolean
A Boolean value.