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 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
- value
Type: System.Object
An object of type T.
Return Value
Type: System.Boolean
True if the Value property is equal to another object; otherwise, false.