ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Boolean
    public bool Equals( 
       Size2L other
    )

    Parameters

    other
    See Also