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