PropertyGroupDescription.NamesMatch Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether the group name and the item name match, which indicates that the item belongs to the group.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Overrides 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.
Return Value
Type: System.Booleantrue if the names match, which indicates that the item belongs to the group; otherwise, false.
Show: