InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1CompositeIcon Class / Equals Method
The object to test

In This Topic
    Equals Method (C1CompositeIcon)
    In This Topic
    Indicates whether the specified object is a C1CompositeIcon and has the same property values as this icon object.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to test

    Return Value

    true if the obj parameter is a C1CompositeIcon and has the same property values as this icon object. otherwise, false
    See Also