Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalGroupDescription Class / NamesMatch Method

In This Topic
    NamesMatch Method (VisualIntervalGroupDescription)
    In This Topic
    Overrides the behavior of the GroupDescription.NamesMatch method.
    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
    itemName
    See Also