Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfIcon Structure / Inequality Operator
The first value to compare.
The second value to compare.


In This Topic
    Inequality Operator (CfIcon)
    In This Topic
    Returns a value that indicates whether two specified CfIcon values are not equal.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal icon1 As CfIcon, _
       ByVal icon2 As CfIcon _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       CfIcon icon1,
       CfIcon icon2
    )

    Parameters

    icon1
    The first value to compare.
    icon2
    The second value to compare.

    Return Value

    true if icon1 and icon2 are not equal; otherwise, false.
    See Also