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

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

    Parameters

    other
    See Also