hashCode

open override fun hashCode(): Int(source)

Computes the hash code value of this object.

The hash code is generated by applying the 31 * result + contentHashCode() formula to each property, where result is initialized with the contentHashCode() of the context property.

Return

the computed hash code value of this object.