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

In This Topic
    Inequality Operator (Point)
    In This Topic
    Check whether the two points are not 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