Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Size Structure / Equality Operator
The size1.
The size2.

In This Topic
    Equality Operator (C1Size)
    In This Topic
    Compares two instances of C1Size for equality.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal size1 As C1Size, _
       ByVal size2 As C1Size _
    ) As Boolean
    public bool operator ==( 
       C1Size size1,
       C1Size size2
    )

    Parameters

    size1
    The size1.
    size2
    The size2.
    See Also