Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingValue Class / Equality Operator
The first value.
The second value.


In This Topic
    Equality Operator (ConditionalFormattingValue)
    In This Topic
    Implements the operator ==.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal v1 As ConditionalFormattingValue, _
       ByVal v2 As ConditionalFormattingValue _
    ) As Boolean
    'Usage
     
    

    Parameters

    v1
    The first value.
    v2
    The second value.

    Return Value

    The result of the operator.
    See Also