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

In This Topic
    Inequality Operator (Length)
    In This Topic
    The inequality operator (!=) returns false if its operands are equal, true otherwise. Inequality operators are predefined for all types, including string and object. User-defined types can overload the != operator.
    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