Constant.DeepEquals(Expression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.