Operator ReportExpression.Equality (ReportExpression, String)
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 ReportExpression, _
right As String _
) As Boolean
'Użycie
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
Język JScript obsługuje używanie przeciążonych operatorów, ale nie obsługuje deklarowania nowych.
Parametry
- left
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
- right
Typ: System.String
Ciąg wyrażenie.
Wartość zwracana
Typ: System.Boolean
A wartość logiczna value.