InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Size Structure / Equality Operator

In This Topic
    Equality Operator (Size)
    In This Topic
    Indicates whether two Size structures are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal x As Size, _
       ByVal y As Size _
    ) As Boolean
    public bool operator ==( 
       Size x,
       Size y
    )

    Parameters

    x
    y
    See Also