Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlString Class / Equals Method
The object to compare the current with.

In This Topic
    Equals Method (RdlString)
    In This Topic
    Compares the current object with another object. This method performs comparison by value.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare the current with.

    Return Value

    true if the two objects repesent the same value, false otherwise.
    See Also