Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Size2F Structure / Inequality Operator

In This Topic
    Inequality Operator (Size2F)
    In This Topic
    Determines if the specified values are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As Size2F, _
       ByVal right As Size2F _
    ) As System.Boolean
    public System.bool operator !=( 
       Size2F left,
       Size2F right
    )

    Parameters

    left
    right
    See Also