Metodo ReportExpression<T>.Equals

Tests the equality of the Value property with another object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Overrides Function Equals ( _
    value As Object _
) As Boolean
'Utilizzo
Dim instance As ReportExpression 
Dim value As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(value)
public override bool Equals(
    Object value
)
public:
virtual bool Equals(
    Object^ value
) override
abstract Equals : 
        value:Object -> bool  
override Equals : 
        value:Object -> bool
public override function Equals(
    value : Object
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
True if the Value property is equal to another object; otherwise, false.

Vedere anche

Riferimento

ReportExpression<T> Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel