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