[]
Gets a value that indicates whether this PivotKey partially matches the content of another key.
public bool MatchesKey(PivotKey key)
Type | Name | Description |
---|---|---|
PivotKey | key | The PivotKey to be used for comparison. |
Type | Description |
---|---|
bool | True if the |
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.