Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.