NamesMatch Method (GroupDescription)
Returns a value that indicates whether the group name and the item name match such that the item belongs to the group.
'Declaration
Public Overridable Function NamesMatch( _
ByVal As System.Object, _
ByVal As System.Object _
) As System.Boolean
public virtual System.bool NamesMatch(
System.object ,
System.object
)
Parameters
- groupName
- The name of the group.
- itemName
- The name of the item.
Return Value
true if the names match; otherwise, false.