Determine whether an update is in the UpdateCollection.

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

Syntax

C#
public bool Contains(
	Update update
)
Visual Basic
Public Function Contains ( _
	update As Update _
) As Boolean

Parameters

update
Type: TallComponents.PDF..::..Update
The Update to verify.

Return Value

True if the Update is found in this UpdateCollection, false otherwise.

Remarks

The update does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe given update is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also