ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2F Structure / Equals Method / Equals(Point2F) Method

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

    Parameters

    other
    See Also