Check if the fully qualified name exists in this collection

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Contains(
	string fullName
)
Visual Basic
Public Function Contains ( _
	fullName As String _
) As Boolean

Parameters

fullName
Type: System..::..String

[Missing <param name="fullName"/> documentation for "M:TallComponents.PDF.Forms.Fields.FieldCollection.Contains(System.String)"]

Return Value

True is the collection contains the fully qualified name, false otherwise.

See Also