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