dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / GetHashCode Method

In This Topic
    GetHashCode Method (MySqlDecimal)
    In This Topic
    Returns the hash code for this MySqlDecimal instance.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The hash code for this MySqlDecimal instance.
    See Also