dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Binary Structure / GetHashCode Method

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

    Return Value

    A 32-bit signed integer hash code.
    See Also