ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.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