Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
Namespace:
RightEdge.CommonAssembly: 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 |