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

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

    Parameters

    left
    right
    See Also