We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns GetHashCode function for provided members for type T to compare.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T, int> GetGetHashCodeFunc( params Expression<Func<T, Object>>[] members )
VB
Public Shared Function GetGetHashCodeFunc ( ParamArray members As Expression(Of Func(Of T, Object))() ) As Func(Of T, Integer)
F#
static member GetGetHashCodeFunc : members : Expression<Func<'T, Object>>[] -> Func<'T, int>
Type: Func(T, Int32)GetHashCode function.
ComparerBuilder(T) ClassGetGetHashCodeFunc OverloadCodeJam.Collections Namespace