dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / GetHashCode Method

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

    Return Value

    The hash code for the PgSqlNumeric instance.
    See Also