InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Thickness Structure / Equals Method
The object to compare to the current Thickness.

In This Topic
    Equals Method (Thickness)
    In This Topic
    Determines whether the value of the specified object is equivalent to the current Thickness.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare to the current Thickness.

    Return Value

    true if the two Thickness objects are equal; otherwise, false.
    See Also