ValueComparer<T>.CreateDefaultHashCodeExpression(Boolean) 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.
Creates an expression for generating a hash code.
protected static System.Linq.Expressions.Expression<Func<T,int>> CreateDefaultHashCodeExpression (bool favorStructuralComparisons);
static member CreateDefaultHashCodeExpression : bool -> System.Linq.Expressions.Expression<Func<'T, int>>
Protected Shared Function CreateDefaultHashCodeExpression (favorStructuralComparisons As Boolean) As Expression(Of Func(Of T, Integer))
Parameters
- favorStructuralComparisons
- Boolean
If true
, then IStructuralEquatable is used if the type implements it.
Returns
The hash code expression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework