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

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public bool MatchesItem(
	Object item
)
Visual Basic
Public Function MatchesItem ( _
	item As Object _
) As Boolean

Parameters

item
Type: System..::..Object
Item that contains the raw data.

Return Value

True if the item matches this C1OlapKey.

Remarks

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.

See Also