ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Greater Than Operator

In This Topic
    Greater Than Operator (Length)
    In This Topic
    All numeric and enumeration types define a "greater than" relational operator (>) that returns trueif the first operand is greater than the second, falseotherwise.
    Syntax
    'Declaration
     
    Public Operator >( _
       ByVal unit1 As Length, _
       ByVal unit2 As Length _
    ) As Boolean
    public bool operator >( 
       Length unit1,
       Length unit2
    )

    Parameters

    unit1
    unit2
    See Also