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

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