Share via


EqualityComparerExpression<T>.DefaultGetHashCodeFunction Property

Definition

Returns an expression that computes the default hash code

public static Func<T,int> DefaultGetHashCodeFunction { get; }
member this.DefaultGetHashCodeFunction : Func<'T, int>
Public Shared ReadOnly Property DefaultGetHashCodeFunction As Func(Of T, Integer)

Property Value

Func<T,Int32>

Applies to