[]
        
(Showing Draft Content)

C1.PivotEngine.PivotKey.MatchesItem

MatchesItem Method

MatchesItem(object)

Gets a value that determines whether a given data object matches the content of this PivotKey.

Declaration
public bool MatchesItem(object item)
Parameters
Type Name Description
object item

Item that contains the raw data.

Returns
Type Description
bool

True if the item matches this PivotKey.

Remarks

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