Share via


IAggregate<TInput,TState,TResult>.Difference Method

Definition

Provides an expression that describes how to take two different aggregate states and subtract one from the other.

public System.Linq.Expressions.Expression<Func<TState,TState,TState>> Difference ();
abstract member Difference : unit -> System.Linq.Expressions.Expression<Func<'State, 'State, 'State>>
Public Function Difference () As Expression(Of Func(Of TState, TState, TState))

Returns

Expression<Func<TState,TState,TState>>

An expression that describes how to take two different aggregate states and subtract one from the other.

Applies to