Computes a hash code for the structure.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public override int GetHashCode()
Visual Basic
Public Overrides Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() override
J#
public int GetHashCode()
JScript
public override function GetHashCode() : int
JavaScript
function GetHashCode();

Return Value

The hash code.

See Also