hash Code
Calculates the hash code value for the CapabilityDelegation
object.
The hash code is calculated based on the urls
and verificationMethods
properties of the CapabilityDelegation
. Both properties are used to calculate the hash code by invoking the contentHashCode()
method on the corresponding arrays. The resulting hash codes are combined using the formula: result = 31 * result + secondHashCode
.
Return
The hash code value for the CapabilityDelegation
object.