Sdílet prostřednictvím


ItemField.GetHashCode Method

Serves as a hash function for a ItemField. This is suitable for use in hashing algorithms and data structures such as a hash table.

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As ItemField
Dim returnValue As Integer

returnValue = instance.GetHashCode
public override int GetHashCode ()
public:
virtual int GetHashCode () override
public int GetHashCode ()
public override function GetHashCode () : int

Return Value

A hash code for the current object.

See Also

Reference

ItemField Class
ItemField Members
Microsoft.Synchronization.SimpleProviders Namespace