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

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

    Parameters

    other
    See Also