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

In This Topic
    Equals Method (C1BitmapIcon)
    In This Topic
    Indicates whether the specified object is a C1BitmapIcon 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 C1BitmapIcon and has the same property values as this icon object. otherwise, false
    See Also