ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Point Structure / Equality Operator

In This Topic
    Equality Operator (Point)
    In This Topic
    Checks whether the two points are equals.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal p1 As Point, _
       ByVal p2 As Point _
    ) As Boolean
    public bool operator ==( 
       Point p1,
       Point p2
    )

    Parameters

    p1
    p2
    See Also