We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns GetEqualsFunc function 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()
VB
Public Shared Function GetEqualsFunc As Func(Of T, T, Boolean)
F#
static member GetEqualsFunc : unit -> Func<'T, 'T, bool>
Type: Func(T, T, Boolean)GetEqualsFunc function.
ComparerBuilder(T) ClassGetEqualsFunc OverloadCodeJam.Collections Namespace