AssociatedPerson.GetHashCode
GetHashCode()
GetHashCode returns a hash function for this object.
public override int GetHashCode()
Return Value
Returns a hash function for this object.
See Also
- class AssociatedPerson
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
GetHashCode(AssociatedPerson)
GetHashCode returns a hash function for specified object.
public virtual int GetHashCode(AssociatedPerson obj)
Parameter | Type | Description |
---|---|---|
obj | AssociatedPerson | The Object for which a hash code is to be returned. |
Return Value
Returns a hash function for specified object.
See Also
- class AssociatedPerson
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email