ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Size2L Structure / Equals Method / Equals(Size2L) Method

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

    Parameters

    other
    See Also