Xceed Toolkit Plus for WPF v4.6 Documentation
Equals(GroupHeaderFooterItem,GroupHeaderFooterItem) Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupHeaderFooterItem Structure > Equals Method : Equals(GroupHeaderFooterItem,GroupHeaderFooterItem) Method
The first GroupHeaderFooterItem to compare.
The second GroupHeaderFooterItem to compare.
Indicates whether the GroupHeaderFooterItem instances are equal.
Syntax
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal item1 As GroupHeaderFooterItem, _
   ByVal item2 As GroupHeaderFooterItem _
) As Boolean
'Usage
 
Dim item1 As GroupHeaderFooterItem
Dim item2 As GroupHeaderFooterItem
Dim value As Boolean
 
value = GroupHeaderFooterItem.Equals(item1, item2)
public static bool Equals( 
   GroupHeaderFooterItem item1,
   GroupHeaderFooterItem item2
)

Parameters

item1
The first GroupHeaderFooterItem to compare.
item2
The second GroupHeaderFooterItem to compare.

Return Value

true if the instances are of the same type and represent the same value; false otherwise.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupHeaderFooterItem Structure
GroupHeaderFooterItem Members
Overload List