Determines whether the collection contains a specific field.

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

Syntax

C#
public bool Contains(
	Field f
)
Visual Basic
Public Function Contains ( _
	f As Field _
) As Boolean

Parameters

f
Type: C1.C1Report..::..Field
Reference to the Field object.

Return Value

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

See Also