ItemId.GetHashCode Method
3/29/2010
Gets the Item ID’s hash code.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public override int GetHashCode ()
'Declaration
Public Overrides Function GetHashCode As Integer
Return Value
Returns a hash code.
Remarks
This method can be used to hash algorithms and data structures like a hash table.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
ItemId Class
ItemId Members
Microsoft.WindowsMobile.PocketOutlook Namespace