Value.GetHashCode Method

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As Value
Dim returnValue As Integer

returnValue = instance.GetHashCode

Syntax

'Declaration
Public MustOverride Function GetHashCode As Integer
public abstract int GetHashCode ()
public:
virtual int GetHashCode () abstract override
public abstract int GetHashCode ()
public abstract function GetHashCode () : int

Return Value

Returns Int32.

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.

Platforms

Target Platforms

See Also

Reference

Value Class
Value Members
Microsoft.MetadirectoryServices Namespace