AssociatedPersonGetHashCode Method (AssociatedPerson) |
GetHashCode returns a hash function for specified object.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual int GetHashCode(
AssociatedPerson obj
)
Public Overridable Function GetHashCode (
obj As AssociatedPerson
) As Integer
public:
virtual int GetHashCode(
AssociatedPerson^ obj
)
abstract GetHashCode :
obj : AssociatedPerson -> int
override GetHashCode :
obj : AssociatedPerson -> int
Parameters
- obj
- Type: Aspose.Email.PersonalInfoAssociatedPerson
The Object for which a hash code is to be returned.
Return Value
Type:
Int32Returns a hash function for specified object.
See Also