Basic Library for WinRT
NamesMatch Method (PropertyGroupDescription)

The name of the group.
The name of the item.
Returns a value that indicates whether the group name and the item name match such that the item belongs to the group.
Syntax
'Declaration
 
Public Overrides Function NamesMatch( _
   ByVal groupName As System.Object, _
   ByVal itemName As System.Object _
) As System.Boolean
public override System.bool NamesMatch( 
   System.object groupName,
   System.object itemName
)

Parameters

groupName
The name of the group.
itemName
The name of the item.

Return Value

true if the names match; otherwise, false.
See Also

Reference

PropertyGroupDescription Class
PropertyGroupDescription Members

 

 


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

Product Support Forum  |  Documentation Feedback