Returns the hash code for the current instance.
Namespace:
?
System.Text
Assembly:
?
mscorlib (in mscorlib.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(); |
Return Value
The hash code for the current instance.
See Also