VoltDB.Data.Client.VoltDecimal.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns a hashcode for the current instance.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return ToString().GetHashCode();
        }