NetworkElementConnection GetHashCode Method ElecNetKit Documentation
Returns the hash code for this instance.

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public override int GetHashCode()

Return Value

A 32-bit signed integer that is the hash code for this instance.
Remarks

This function is based on the method proposed by OnlineDan Bernstein and used extensively on OnlineStack Overflow.
See Also