Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Bevel Structure / Inequality Operator
The first Bevel value.
The second Bevel value.


In This Topic
    Inequality Operator (Bevel)
    In This Topic
    Determines whether two specified values of Bevel are not equal.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal value1 As Bevel, _
       ByVal value2 As Bevel _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       Bevel value1,
       Bevel value2
    )

    Parameters

    value1
    The first Bevel value.
    value2
    The second Bevel value.

    Return Value

    true if b1 and b2 do not represent the same value; otherwise, false.
    See Also