ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / Equals Method / Equals(Point2D) Method

In This Topic
    Equals(Point2D) Method
    In This Topic
    Indicates whether this instance and a specified object are equal.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Point2D _
    ) As Boolean
    public bool Equals( 
       Point2D other
    )

    Parameters

    other
    See Also