Skip to content

M_CodeJam_Collections_ComparerBuilder_1_GetEqualsFunc

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

ComparerBuilder(T).GetEqualsFunc Method

Returns GetEqualsFunc function for type T to compare.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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> 

Return Value

Type: Func(T, T, Boolean)
GetEqualsFunc function.

See Also

Reference

ComparerBuilder(T) Class
GetEqualsFunc Overload
CodeJam.Collections Namespace

Clone this wiki locally