Partager via


Méthode ReportExpression<T>.Equals

Tests the equality of the Value property with another object.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    value As Object _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

ReportExpression<T> Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel