Share via


EqualityComparerExpression<T>.GetEqualsExpr Method

Definition

An accessor for the equals function.

public System.Linq.Expressions.Expression<Func<T,T,bool>> GetEqualsExpr ();
abstract member GetEqualsExpr : unit -> System.Linq.Expressions.Expression<Func<'T, 'T, bool>>
override this.GetEqualsExpr : unit -> System.Linq.Expressions.Expression<Func<'T, 'T, bool>>
Public Function GetEqualsExpr () As Expression(Of Func(Of T, T, Boolean))

Returns

The function used for equality tests.

Implements

Applies to