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

In This Topic
    Equality Operator (RdlInt)
    In This Topic
    Tests whether two RdlInt objects are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal o1 As RdlInt, _
       ByVal o2 As RdlInt _
    ) As Boolean
    public bool operator ==( 
       RdlInt o1,
       RdlInt o2
    )

    Parameters

    o1
    The first object.
    o2
    The second object.

    Return Value

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