hash Code
Calculates the hash code for this object.
The hash code is calculated by combining the hash codes of the mediatorDid, holderDid, and routingDid properties. The algorithm used for the calculation is as follows:
Get the hash code of the
mediatorDidproperty.Multiply the hash code by 31 and add the hash code of the
holderDidproperty.Multiply the result by 31 and add the hash code of the
routingDidproperty.Return the final result.
Return
the hash code value for this object.