ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Point Structure / Equality Operator

In This Topic
    Equality Operator (Point)
    In This Topic
    Indicates whether two Point structures are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal x As Point, _
       ByVal y As Point _
    ) As System.Boolean
    public System.bool operator ==( 
       Point x,
       Point y
    )

    Parameters

    x
    y
    See Also