CustomerEventGetHashCode Method (CustomerEvent)

GetHashCode returns a hash function for specified object.

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public int GetHashCode(
	CustomerEvent obj
)

Parameters

obj
Type: Aspose.Email.PersonalInfoCustomerEvent
The Object for which a hash code is to be returned.

Return Value

Type: Int32
Returns a hash function for specified object.
See Also