Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Thickness Structure / Equality Operator
The first structure to compare.
The other structure to compare.

In This Topic
    Equality Operator (C1Thickness)
    In This Topic
    Compares two C1Thickness structures for equality.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal t1 As C1Thickness, _
       ByVal t2 As C1Thickness _
    ) As Boolean
    public bool operator ==( 
       C1Thickness t1,
       C1Thickness t2
    )

    Parameters

    t1
    The first structure to compare.
    t2
    The other structure to compare.
    See Also