ValueComparer<T>.CreateDefaultEqualsExpression Method

Definition

Creates an expression for equality.

protected static System.Linq.Expressions.Expression<Func<T,T,bool>> CreateDefaultEqualsExpression ();
protected static System.Linq.Expressions.Expression<Func<T?,T?,bool>> CreateDefaultEqualsExpression ();
static member CreateDefaultEqualsExpression : unit -> System.Linq.Expressions.Expression<Func<'T, 'T, bool>>
Protected Shared Function CreateDefaultEqualsExpression () As Expression(Of Func(Of T, T, Boolean))

Returns

The equality expression.

Applies to