Equals Method (C1BitmapIcon)
Indicates whether the specified object is a
C1BitmapIcon and has the same property values as this icon object.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
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