public bool MatchesItem( object item )
'Declaration Public Function MatchesItem( _ ByVal item As Object _ ) As Boolean
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.
PivotKey Class PivotKey Members