Share via


ExpressionEqualityComparer.GetHashCode(Expression) Method

Definition

Returns the hash code for given expression.

public int GetHashCode (System.Linq.Expressions.Expression obj);
override this.GetHashCode : System.Linq.Expressions.Expression -> int
Public Function GetHashCode (obj As Expression) As Integer

Parameters

obj
Expression

The Expression obj to compute hash code for.

Returns

The hash code value for obj.

Implements

Applies to