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

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

    Parameters

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