Returns the hash code of the current instance.
Namespace:
CuttingEdge.ConditionsAssembly: CuttingEdge.Conditions (in CuttingEdge.Conditions.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetHashCode As Integer |
| C# |
|---|
public override int GetHashCode() |
| Visual C++ |
|---|
public: virtual int GetHashCode() override |
| JavaScript |
|---|
function getHashCode(); |