ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Size Structure / Inequality Operator

In This Topic
    Inequality Operator (Size)
    In This Topic
    Check whether the two sizes are not equals.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal s1 As Size, _
       ByVal s2 As Size _
    ) As Boolean
    public bool operator !=( 
       Size s1,
       Size s2
    )

    Parameters

    s1
    s2
    See Also