ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Size Structure / Inequality Operator

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

    Parameters

    x
    y
    See Also