Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconSetIndex Class / Equals Method / Equals(Object) Method
Another object to compare to.


In This Topic
    Equals(Object) Method
    In This Topic
    Indicates whether this icon and a specified object are equal.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingIconSetIndex
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    Another object to compare to.

    Return Value

    true if obj and this icon are the same type and represent the same value; otherwise, false.
    See Also