ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Thickness Structure / Inequality Operator
The first structure to compare.
The other structure to compare.

In This Topic
    Inequality Operator (Thickness)
    In This Topic
    Compares two Thickness structures for inequality.
    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
    The first structure to compare.
    t2
    The other structure to compare.

    Return Value

    true if the two instances of Windows.UI.Xaml.Thickness are not equal; otherwise, false.
    See Also