Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a hash code for this instance.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public override int GetHashCode()
 
public:
virtual int GetHashCode() override
 
override GetHashCode : unit -> int
 
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32System::Int32System.Int32System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Return to top