Share via


IEqualityComparerExpression<T>.GetEqualsExpr Method

Definition

A function encoding equality over type T

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

Returns

true iff the two values should be considered equal.

Applies to