Operator ReportExpression.Equality (String, ReportExpression)
Testy równości dwóch wyrażeń.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Operator = ( _
left As String, _
right As ReportExpression _
) As Boolean
'Użycie
Dim left As String
Dim right As ReportExpression
Dim returnValue As Boolean
returnValue = (left = right)
public static bool operator ==(
string left,
ReportExpression right
)
public:
static bool operator ==(
String^ left,
ReportExpression right
)
static let inline (=)
left:string *
right:ReportExpression : bool
Język JScript obsługuje używanie przeciążonych operatorów, ale nie obsługuje deklarowania nowych.
Parametry
- left
Typ: System.String
Ciąg wyrażenie.
- right
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Wartość zwracana
Typ: System.Boolean
A wartość logiczna value.