Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Overrides Function GetHashCode As Integer
C#
public override int GetHashCode()

Return Value

A hash code for the current ContentLocation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also