Share via


Constant.DeepEquals(Expression) Method

Definition

Determines if the current Expression instance is deep equal to another one.

public override bool DeepEquals (AdaptiveExpressions.Expression other);
override this.DeepEquals : AdaptiveExpressions.Expression -> bool
Public Overrides Function DeepEquals (other As Expression) As Boolean

Parameters

other
Expression

The other Expression instance to compare.

Returns

A boolean value indicating whether the two Expressions are deep equal. Reyurns True if they are deep equal, otherwise return False.

Applies to