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


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

    Parameters

    left
    The first value to compare.
    right
    The second value to compare.

    Return Value

    true if left and right are not equal; otherwise, false.
    See Also