[]
        
(Showing Draft Content)

C1.PivotEngine.PivotKey.MatchesKey

MatchesKey Method

MatchesKey(PivotKey)

Gets a value that indicates whether this PivotKey partially matches the content of another key.

Declaration
public bool MatchesKey(PivotKey key)
Parameters
Type Name Description
PivotKey key

The PivotKey to be used for comparison.

Returns
Type Description
bool

True if the key partially 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 key. Therefore, matches may occur even if the raw values are different.