InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Thickness Structure / Equality Operator
The first structure to compare.
The other structure to compare.

In This Topic
    Equality Operator (Thickness)
    In This Topic
    Compares the value of two Thickness structures for equality.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal t1 As Thickness, _
       ByVal t2 As Thickness _
    ) As Boolean
    public 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 equal; otherwise, false.
    See Also