Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public abstract int GetHashCode()
Visual Basic (Declaration)
Public MustOverride Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() abstract override

Return Value

The hash code for this object.

See Also