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

In This Topic
    Less Than Operator (Length)
    In This Topic
    All numeric and enumeration types define a "less than" relational operator (<) that returns trueif the first operand is less 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