Add `Equatable` conformance to `RESPValue`
Motivation:
While working on unit tests the need for conformance to Equatable for RESPValue has been needed a few times and it was decided to make it public.
Modifications:
Added conformance to Equatable for RESPValue with unit test.
Result:
Users should now be able to compare two RESPValue instances for equality.