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

In This Topic
    MatchesKey Method (PivotKey)
    In This Topic
    Gets a value that indicates whether this 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 PivotKey to be used for comparison.

    Return Value

    True if the key partially matches this PivotKey.
    Remarks

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

    See Also