GroupDescription.NamesMatch Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the specified item belongs in the specified group.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Overridable Function NamesMatch ( _ groupName As Object, _ itemName As Object _ ) As Boolean
Parameters
- groupName
- Type: System.Object
The name of the group to check.
- itemName
- Type: System.Object
The name of the item to check.
Show: