InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Thickness Structure / GetHashCode Method

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

    Return Value

    A 32-bit signed integer hash code.
    See Also