ValueComparer<T>.CreateDefaultHashCodeExpression(Boolean) Method

Definition

Creates an expression for generating a hash code.

C#
protected static System.Linq.Expressions.Expression<Func<T,int>> CreateDefaultHashCodeExpression (bool favorStructuralComparisons);

Parameters

favorStructuralComparisons
Boolean

If true, then IStructuralEquatable is used if the type implements it.

Returns

The hash code expression.

Applies to

Proizvod Verzije
Entity Framework Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0