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

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

    Parameters

    x
    y
    See Also