ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / Corners Structure / Inequality Operator
A Corners to test.
A Corners to test.

In This Topic
    Inequality Operator
    In This Topic
    Tests whether two specified Corners objects are not equivalent.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal c1 As Corners, _
       ByVal c2 As Corners _
    ) As System.Boolean
    public System.bool operator !=( 
       Corners c1,
       Corners c2
    )

    Parameters

    c1
    A Corners to test.
    c2
    A Corners to test.

    Return Value

    True if the two Corners objects are different; otherwise, false.
    See Also