There was an error while loading. Please reload this page.
Returns GetEqualsFunc 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, T, bool> GetEqualsFunc( params Expression<Func<T, Object>>[] members )
VB
Public Shared Function GetEqualsFunc ( ParamArray members As Expression(Of Func(Of T, Object))() ) As Func(Of T, T, Boolean)
F#
static member GetEqualsFunc : members : Expression<Func<'T, Object>>[] -> Func<'T, 'T, bool>
Type: Func(T, T, Boolean)GetEqualsFunc function.
ComparerBuilder(T) ClassGetEqualsFunc OverloadCodeJam.Collections Namespace