ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / Equals Method

In This Topic
    Equals Method (CSSValue)
    In This Topic
    Override of System.Object.Equals(). Checks for value equality of the Unit and actual Value contained in this object.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    See Also