Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / IMultipleDistinctValuesEqualityComparer Interface / Equals Method
A list of the auto filter values that are selected.
A list of the distinct values returned for the data item's property.
The configuration options that are related to the distinct values' filtering.


    Equals Method (IMultipleDistinctValuesEqualityComparer)
    Determines if a data item should be included in a filter or not based on the auto filter values that are selected and the distinct values of a data item’s property.
    Syntax
    'Declaration
     
    Function Equals( _
       ByVal autoFilterValues As IList, _
       ByVal distinctValues As IList, _
       ByVal options As IDistinctValuesFilterOptions _
    ) As Boolean
     
    'Usage
     
    Dim instance As IMultipleDistinctValuesEqualityComparer
    Dim autoFilterValues As IList
    Dim distinctValues As IList
    Dim options As IDistinctValuesFilterOptions
    Dim value As Boolean
     
    value = instance.Equals(autoFilterValues, distinctValues, options)

    Parameters

    autoFilterValues
    A list of the auto filter values that are selected.
    distinctValues
    A list of the distinct values returned for the data item's property.
    options
    The configuration options that are related to the distinct values' filtering.
    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