Luid.GetHashCode Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Overridden. Returns the hash code for this instance.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public override int GetHashCode()
Visual Basic
Public Overrides Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() override
F#
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 

Return Value

Type: Int32
The hash code for the instance.

See Also