C1.Olap Namespace > C1OlapKey Class : MatchesItem Method |
'Declaration
Public Function MatchesItem( _ ByVal item As System.Object _ ) As System.Boolean
'Usage
Dim instance As C1OlapKey Dim item As System.Object Dim value As System.Boolean value = instance.MatchesItem(item)
public System.bool MatchesItem( System.object item )
public function MatchesItem( item: System.TObject ): System.Boolean;
public function MatchesItem( item : System.Object ) : System.boolean;
public: System.bool MatchesItem( System.Object* item )
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2