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
Syntax
public virtual int GetHashCode(
	Url obj
)

Parameters

obj
Type: Aspose.Email.PersonalInfoUrl
The Object for which a hash code is to be returned.

Return Value

Type: Int32
Returns a hash function for specified object.
See Also