After verifying that the PartialEq implementation on Arc does the desired short-circuiting and the derived behavior matches what is expected in the JS code, the stubs for the manual implementation of PartialEq and Hash were replaced with derived implementations.
This PR addresses Jira ticket FED-28.
After verifying that the
PartialEq
implementation onArc
does the desired short-circuiting and the derived behavior matches what is expected in the JS code, the stubs for the manual implementation ofPartialEq
andHash
were replaced with derived implementations.