ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer
    public override System.int GetHashCode()

    Return Value

    A 32-bit signed integer hash code.
    See Also