Expression.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.
Do a deep equality between expressions.
public virtual bool DeepEquals (AdaptiveExpressions.Expression other);
abstract member DeepEquals : AdaptiveExpressions.Expression -> bool
override this.DeepEquals : AdaptiveExpressions.Expression -> bool
Public Overridable Function DeepEquals (other As Expression) As Boolean
Parameters
- other
- Expression
Other expression.
Returns
True if expressions are the same.