InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Thickness Structure / GetHashCode Method

In This Topic
    GetHashCode Method (Thickness)
    In This Topic
    Returns the hash code of the structure.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    A hash code for this instance of Thickness.
    See Also