Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests the equality of the current instance with another expression.
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
- value
Type: System.Object
A ReportExpression object.
Return Value
Type: System.Boolean
True if the current instance is equal to another expression; otherwise, false.