Determines whether the collection contains a specific group.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Contains(
	Group g
)
Visual Basic
Public Function Contains ( _
	g As Group _
) As Boolean

Parameters

g
Type: C1.C1Report..::..Group
Reference to the Group object.

Return Value

True if the collection contains specified field; otherwise, false.

See Also