Udostępnij za pośrednictwem


Operator ReportExpression<T>.Equality (ReportExpression<T>, ReportExpression<T>)

Testy równość między dwoma ReportExpression<T> obiektów.

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(Of T), _
    right As ReportExpression(Of T) _
) As Boolean
'Użycie
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
Język JScript obsługuje używanie przeciążonych operatorów, ale nie obsługuje deklarowania nowych.

Wartość zwracana

Typ: System.Boolean
A wartość logiczna object.