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


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

    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