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

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

    Parameters

    other
    See Also