hashCode

open override fun hashCode(): Int(source)

Computes and returns the hash code for this object.

The hash code is computed by combining the hash codes of the holder, recipient and alias fields using the following formula: 31 * result + field.hashCode().

Return

The computed hash code for this object.