isNoOp property

bool isNoOp

Check if no state change occurred

Implementation

bool get isNoOp => this is AggregateStateNoOp<TEvent, TValue, TId, TState>;