GetHashCode Method (Style)
In This Topic
Serves as a hash function for the
Length.
Syntax
'Declaration
Public Overrides Function GetHashCode() As Integer
public override int GetHashCode()
Return Value
An
System.Int32 value indicating the hash code for the current
Length.
See Also