Right. The data sheet says there are (3) ways to clear the "mismatch".
But, just doing the below seems both simple and direct.

INTCON.0 = 0 ' Clear RBIF (PortB Interrupt Flag)

Not sure how, why, and when you would want to use the other two?
(I prefer not to have UFO code in my projects.)