Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / GetHashCode Method


In This Topic
    GetHashCode Method (SizeInt)
    In This Topic
    Returns the hash code for this value.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As SizeInt
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()

    Return Value

    A 32-bit signed integer that is the hash code for this value.
    See Also