Share via


ReportExpression<T>.Equals(Object) Method

Definition

Tests the equality of the Value property with another object.

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

An object of type T.

Returns

True if the Value property is equal to another object; otherwise, false.

Applies to