InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Thickness Structure / Equals Method / Equals(Thickness) Method
An instance of Thickness to compare for equality.

In This Topic
    Equals(Thickness) Method
    In This Topic
    Compares this Windows.UI.Xaml.Thickness structure to another Thickness structure for equality.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal thickness As Thickness _
    ) As Boolean
    public bool Equals( 
       Thickness thickness
    )

    Parameters

    thickness
    An instance of Thickness to compare for equality.

    Return Value

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