ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Thickness Structure / Inequality Operator
A Thickness to test.
A Thickness to test.

In This Topic
    Inequality Operator (Thickness)
    In This Topic
    Tests whether two specified Thickness objects are not equivalent.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal t1 As Thickness, _
       ByVal t2 As Thickness _
    ) As System.Boolean
    public System.bool operator !=( 
       Thickness t1,
       Thickness t2
    )

    Parameters

    t1
    A Thickness to test.
    t2
    A Thickness to test.

    Return Value

    True if the two Thickness objects are different; otherwise, false.
    See Also