Scheduler for WinRT
NamesMatch Method


Overrides the behavior of the GroupDescription.NamesMatch method.
Syntax
'Declaration
 
Public Overrides Function NamesMatch( _
   ByVal groupName As Object, _
   ByVal itemName As Object _
) As Boolean
'Usage
 
Dim instance As VisualIntervalGroupDescription
Dim groupName As Object
Dim itemName As Object
Dim value As Boolean
 
value = instance.NamesMatch(groupName, itemName)
public override bool NamesMatch( 
   object groupName,
   object itemName
)

Parameters

groupName
itemName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VisualIntervalGroupDescription Class
VisualIntervalGroupDescription Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.