Determines whether the collection contains a specific group.
'Declaration
Public Overloads Function Contains( _
ByVal As Group _
) As Boolean
public bool Contains(
Group
)
Parameters
- g
- Reference to the Group object.
Return Value
True if the collection contains specified field; otherwise, false.