ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PaperSource Class / Inequality Operator

In This Topic
    Inequality Operator (PaperSource)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal x As PaperSource, _
       ByVal y As PaperSource _
    ) As Boolean
    public bool operator !=( 
       PaperSource x,
       PaperSource y
    )

    Parameters

    x
    y
    See Also