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


In This Topic
    Equality Operator (GradientFillEffect)
    In This Topic
    Returns a value that indicates whether two specified GradientFillEffect values are 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 equal; otherwise, false.
    See Also