共用方式為


Equality 運算子 (ReportExpression(T), ReportExpression(T))

Tests the equality between two ReportExpression<(Of <(<'T>)>)> objects.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Shared Operator = ( _
    left As ReportExpression(Of T), _
    right As ReportExpression(Of T) _
) As Boolean
'用途
Dim left As ReportExpression(Of T)
Dim right As ReportExpression(Of T)
Dim returnValue As Boolean

returnValue = (left = right)
public static bool operator ==(
    ReportExpression<T> left,
    ReportExpression<T> right
)
public:
static bool operator ==(
    ReportExpression<T> left, 
    ReportExpression<T> right
)
static let inline (=)
        left:ReportExpression<'T> * 
        right:ReportExpression<'T>  : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。

傳回值

型別:System. . :: . .Boolean
A Boolean object.