Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Point Structure / Equality Operator
The point1.
The point2.

In This Topic
    Equality Operator (C1Point)
    In This Topic
    Implements the operator ==.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal point1 As C1Point, _
       ByVal point2 As C1Point _
    ) As Boolean
    public bool operator ==( 
       C1Point point1,
       C1Point point2
    )

    Parameters

    point1
    The point1.
    point2
    The point2.

    Return Value

    The result of the operator.
    See Also