NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate>.Changed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.