Share via


NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate>.Changed Method

Definition

Determines whether two consecutive updates represent a change.

protected abstract bool Changed(TUpdate previous, TUpdate current);
abstract member Changed : 'Update * 'Update -> bool
Protected MustOverride Function Changed (previous As TUpdate, current As TUpdate) As Boolean

Parameters

previous
TUpdate

The previous update.

current
TUpdate

The current update.

Returns

True if the updates represent a change; otherwise, false.

Applies to