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