[]
        
(Showing Draft Content)

C1.Win.TreeView.NodeCellStyle.Equals

Equals Method

Equals(object)

Determines whether the specified NodeCellStyle is equal to the current NodeCellStyle.

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

The object to compare with the current NodeCellStyle.

Returns
Type Description
bool

true if the specified NodeCellStyle is equal to the current NodeCellStyle; otherwise, false.

Overrides