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
mediatorDid
property.Multiply the hash code by 31 and add the hash code of the
holderDid
property.Multiply the result by 31 and add the hash code of the
routingDid
property.Return the final result.
Return
the hash code value for this object.