2 つの ReportExpression<T> オブジェクトが等しいかどうかをテストします。
名前空間: 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 はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- right
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
ReportExpression<T> オブジェクト。
戻り値
型: System.Boolean
2 つの ReportExpression<T> オブジェクトが等しい場合は true、それ以外の場合は false。