Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupHeaderFooterItem Structure / Equals Method / Equals(GroupHeaderFooterItem) Method
The GroupHeaderFooterItem to compare to.


In This Topic
    Equals(GroupHeaderFooterItem) Method
    In This Topic
    Indicates whether this instance and a specified GroupHeaderFooterItem are equal.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal item As GroupHeaderFooterItem _
    ) As Boolean
    'Usage
     
    Dim instance As GroupHeaderFooterItem
    Dim item As GroupHeaderFooterItem
    Dim value As Boolean
     
    value = instance.Equals(item)
    public bool Equals( 
       GroupHeaderFooterItem item
    )

    Parameters

    item
    The GroupHeaderFooterItem to compare to.

    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