[This is preliminary documentation and is subject to change.]

Returns a hash code for this instance.

Namespace: Tools
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

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 
JScript
public override function GetHashCode() : int

Return Value

A 32-bit signed integer hash code.

See Also