ExpressionEqualityComparer.Equals(Expression, 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.
Returns a value indicating whether the given expressions are equal.
public bool Equals(System.Linq.Expressions.Expression? x, System.Linq.Expressions.Expression? y);
public bool Equals(System.Linq.Expressions.Expression x, System.Linq.Expressions.Expression y);
override this.Equals : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> bool
Public Function Equals (x As Expression, y As Expression) As Boolean
Parameters
The left expression.
The right expression.
Returns
true if the expressions are equal, false otherwise.