Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / ElementSize Class / Equality Operator

In This Topic
    Equality Operator (ElementSize)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal size1 As ElementSize, _
       ByVal size2 As ElementSize _
    ) As Boolean
    public bool operator ==( 
       ElementSize size1,
       ElementSize size2
    )

    Parameters

    size1
    size2
    See Also