ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Equals Method / Equals(Object) Method

In This Topic
    Equals(Object) Method
    In This Topic
    Tests for equivalence between two Length objects.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj

    Return Value

    True if the objects are equal; otherwise false.
    See Also