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

In This Topic
    Inequality Operator (C1StyleFontSize)
    In This Topic
    Compares two C1StyleFontSize structures for inequality.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal c1 As C1StyleFontSize, _
       ByVal c2 As C1StyleFontSize _
    ) As Boolean
    public bool operator !=( 
       C1StyleFontSize c1,
       C1StyleFontSize c2
    )

    Parameters

    c1
    The first structure to compare.
    c2
    The other structure to compare.
    See Also