GetHashCode Method (MySqlText)
In This Topic
Returns the hash code for this
MySqlText instance.
Syntax
|
|---|
'Declaration
Public Overrides Function GetHashCode() As Integer |
|
|---|
public override int GetHashCode() |
Return Value
The hash code for this
MySqlText instance.
See Also