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

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

    Parameters

    o1
    The first object.
    o2
    The second object.

    Return Value

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