Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlSize Class / Inequality Operator
The first object.
The second object.

In This Topic
    Inequality Operator (RdlSize)
    In This Topic
    Tests whether two RdlSize objects are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal o1 As RdlSize, _
       ByVal o2 As RdlSize _
    ) As Boolean
    public bool operator !=( 
       RdlSize o1,
       RdlSize o2
    )

    Parameters

    o1
    The first object.
    o2
    The second object.

    Return Value

    true if the objects are not equal, false otherwise.
    See Also