dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleString Structure / GetHashCode Method

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

    Return Value

    A 32-bit signed integer hash code.
    See Also