hashCode

open override fun hashCode(): Int(source)

Calculates the hash code for the object.

The hash code is calculated based on the values of the goalCode and comment properties. If goalCode is not null, its hash code is used as part of the calculation. If comment is not null, its hash code is used as part of the calculation.

Return

The hash code value for the object.