Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconSetIndex Class / Equals Method / Equals(ConditionalFormattingIconSetIndex) Method
An icon to compare with this icon.


In This Topic
    Equals(ConditionalFormattingIconSetIndex) Method
    In This Topic
    Indicates whether the current icon is equal to another icon.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As ConditionalFormattingIconSetIndex _
    ) As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingIconSetIndex
    Dim other As ConditionalFormattingIconSetIndex
    Dim value As Boolean
     
    value = instance.Equals(other)

    Parameters

    other
    An icon to compare with this icon.

    Return Value

    true if the current icon is equal to the other icon; otherwise, false.
    See Also