ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IconSet Class / Equals Method
The object to test

In This Topic
    Equals Method (IconSet)
    In This Topic
    Indicates whether the specified object is a IconSet and contains the same set of icons as this icon set.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    The object to test

    Return Value

    true if the obj parameter is a IconSet and ontains the same set of icons as this icon set; otherwise, false
    See Also