ValueComparer<T>.HashCodeExpression Property
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.
The hash code expression.
public virtual System.Linq.Expressions.Expression<Func<T,int>> HashCodeExpression { get; }
member this.HashCodeExpression : System.Linq.Expressions.Expression<Func<'T, int>>
Public Overridable ReadOnly Property HashCodeExpression As Expression(Of Func(Of T, Integer))