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

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

    Return Value

    The hash code of string representation.
    See Also