ComponentOne TreeView for WinForms
Equals Method (HeaderStyle)

C1.Win.TreeView Namespace > HeaderStyle Class : Equals Method
The object to compare with the current HeaderStyle.
Determines whether the specified HeaderStyle is equal to the current HeaderStyle.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)

Parameters

obj
The object to compare with the current HeaderStyle.

Return Value

true if the specified HeaderStyle is equal to the current HeaderStyle; otherwise, false.
See Also

Reference

HeaderStyle Class
HeaderStyle Members