Skip to content

17333bf3 93fe b32e a4ef 1833ef1e27fb

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

Unit.GetHashCode Method

Returns a hash code for this instance.

Namespace: Sundew.Quantities.Engine.Units
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public override int GetHashCode()

C#

public override int GetHashCode()

VB

Public Overrides Function GetHashCode As Integer

VB

Public Overrides Function GetHashCode As Integer

C++

public:
virtual int GetHashCode() override

C++

public:
virtual int GetHashCode() override

F#

abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 

F#

abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 

Return Value

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

See Also

Reference

Unit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally