hashCode

open override fun hashCode(): Int(source)

Returns the hash code value for this object.

This method overrides the default implementation of hashCode defined in the Any class. The hash code of an object is an integer value that represents its unique identity. Two objects that are equal must also have the same hash code.

This implementation calculates the hash code based on the content of the messageIdList array.

Return

the hash code value for this object