JacksonJsonNode does not implement `equals`

Hello,
Is there any reason for JacksonJsonNode to not implement equals?
In tests when we use the AbstractMapAssert.containsValue() and it contains JacksonJsonNode it ends using Object.equals() which always returns false.
(In our project we store all objects/lists variables using JSON(var) to have only JSON stored).