'Declaration Public Overrides NotOverridable Function NamesMatch( _ ByVal groupName As Object, _ ByVal itemName As Object _ ) As Boolean
'Usage Dim instance As DataGridGroupDescription Dim groupName As Object Dim itemName As Object Dim value As Boolean value = instance.NamesMatch(groupName, itemName)
Parameters
- groupName
- An object representing the name of the group to verify.
- itemName
- An object representing the name of the item to verify.
Return Value
true if the names match—indicating that the item belongs to the group; false otherwise.