C1.Silverlight.Olap.5 Assembly > C1.Olap Namespace > C1OlapKey Class : MatchesItem Method |
'Declaration Public Function MatchesItem( _ ByVal item As System.Object _ ) As System.Boolean
public System.bool MatchesItem( System.object item )
The match is determined by comparing the formatted values for each C1OlapField in the key to the formatted values in the item. Therefore, matches may occur even if the raw values are different.