Hi, I'm working on a plugin that creates changesets. I was wondering, is there any way to compare if two changesets are equal? (I'm thinking along the lines of the `.eq()` functions in ProseMirror model). Basically, I was hoping to compare the plugins `prevState` with current state to determine whether to update decorations.