FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotKey Class / MatchesItem Method
Item that contains the raw data.

In This Topic
    MatchesItem Method (C1FlexPivotKey)
    In This Topic
    Gets a value that determines whether a given data object matches the content of this C1.PivotEngine.PivotKey.
    Syntax
    'Declaration
     
    Public Function MatchesItem( _
       ByVal item As Object _
    ) As Boolean
    public bool MatchesItem( 
       object item
    )

    Parameters

    item
    Item that contains the raw data.

    Return Value

    True if the item matches this C1.PivotEngine.PivotKey.
    Remarks

    The match is determined by comparing the formatted values for each C1.PivotEngine.PivotField in the key to the formatted values in the item. Therefore, matches may occur even if the raw values are different.

    See Also