InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Boolean
    public bool operator ==( 
       Point x,
       Point y
    )

    Parameters

    x
    y
    See Also