Affects: 6.x
Currently the ProblemDetail doesn't override the equals method. We replaced our own ProblemDetails with the provided one. This issue breaks our tests which compare the two.
Is there a reason why the equals is not overriden? If no, can we fix this issue?