DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotKey Class / MatchesKey Method
The C1.PivotEngine.PivotKey to be used for comparison.

In This Topic
    MatchesKey Method (C1FlexPivotKey)
    In This Topic
    Gets a value that indicates whether this C1.PivotEngine.PivotKey partially matches the content of another key.
    Syntax
    'Declaration
     
    Public Function MatchesKey( _
       ByVal key As PivotKey _
    ) As Boolean
    public bool MatchesKey( 
       PivotKey key
    )

    Parameters

    key
    The C1.PivotEngine.PivotKey to be used for comparison.

    Return Value

    True if the key partially matches this C1.PivotEngine.PivotKey.
    Remarks

    The match is determined by comparing the formatted values for each C1.PivotEngine.PivotField in the key to the formatted values in the key. Therefore, matches may occur even if the raw values are different.

    See Also