Gets the hash code for this instance of Currency.
[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 value for this instance of Currency.
The GetHashCode method returns the absolute value of the Currency value of this instance and returns it as an int (see Int32). It overrides GetHashCode.