Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / Equals Method / Equals(Point2D) Method

In This Topic
    Equals(Point2D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Point2D _
    ) As Boolean
    public bool Equals( 
       Point2D other
    )

    Parameters

    other
    See Also