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

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

    Parameters

    other
    See Also