Returns the hash code for this Decimal.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
The hash code of this Decimal.
The GetHashCode method returns the absolute value of value of this instance. It overrides System.Value.GetHashCode.