Share via


ReportExpression<T>.Equals Method

Tests the equality of the Value property with another object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    value As Object _
) As Boolean
'Usage
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

Parameters

Return Value

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

See Also

Reference

ReportExpression<T> Structure

Microsoft.ReportingServices.RdlObjectModel Namespace