NamesMatch Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Data
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.Boolean
true if the names match, which indicates that the item belongs to the group; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft