contentEquals
Function to compare the content of the data.
This function is used to determine whether the data is identical to the previous data via MutationCommand. If the data is considered the same, MutationState.replyUpdatedAt is not updated, and the existing reply state is maintained. This can be useful when strict update management is needed, such as when special comparison is necessary, although it is generally not that important.
override val contentEquals: MutationContentEquals<SomeType> = { a, b -> a.xx == b.xx }
Content copied to clipboard