Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / PropertyGroupDescription Class / NamesMatch Method
The name of the group.
The name of the item.

In This Topic
    NamesMatch Method (PropertyGroupDescription)
    In This Topic
    Returns a value that indicates whether the group name and the item name match such that the item belongs to the group.
    Syntax
    'Declaration
     
    
    Public Overrides Function NamesMatch( _
       ByVal groupName As Object, _
       ByVal itemName As Object _
    ) As Boolean
    public override bool NamesMatch( 
       object groupName,
       object itemName
    )

    Parameters

    groupName
    The name of the group.
    itemName
    The name of the item.

    Return Value

    true if the names match; otherwise, false.
    See Also