ComponentOne Basic Library for UWP
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 System.Object, _
       ByVal itemName As System.Object _
    ) As System.Boolean
    public override System.bool NamesMatch( 
       System.object groupName,
       System.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