[]
        
(Showing Draft Content)

C1.Framework.C1PathIcon.Equals

Equals Method

Equals(object)

Indicates whether the specified object is a C1PathIcon and has the same property values as this icon object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to test

Returns
Type Description
bool

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

Overrides