ReportExpression.Equals(Object) Method

Definition

Tests the equality of the current instance with another expression.

public:
 override bool Equals(System::Object ^ value);
public override bool Equals (object value);
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean

Parameters

value
Object

A ReportExpression object.

Returns

True if the current instance is equal to another expression; otherwise, false.

Applies to