UrlGetHashCode Method (Url) |
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(
Url obj
)
Public Overridable Function GetHashCode (
obj As Url
) As Integer
public:
virtual int GetHashCode(
Url^ obj
)
abstract GetHashCode :
obj : Url -> int
override GetHashCode :
obj : Url -> int
Parameters
- obj
- Type: Aspose.Email.PersonalInfoUrl
The Object for which a hash code is to be returned.
Return Value
Type:
Int32Returns a hash function for specified object.
See Also