Equality 運算子 (ReportExpression(T), T)
Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Shared Operator = ( _
left As ReportExpression(Of T), _
right As T _
) As Boolean
'用途
Dim left As ReportExpression(Of T)
Dim right As T
Dim returnValue As Boolean
returnValue = (left = right)
public static bool operator ==(
ReportExpression<T> left,
T right
)
public:
static bool operator ==(
ReportExpression<T> left,
T right
)
static let inline (=)
left:ReportExpression<'T> *
right:'T : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。
參數
- left
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
- right
型別:T
An object of type T.
傳回值
型別:System. . :: . .Boolean
A Boolean value.