PDFReaderControls.NET Professional Type Reference

UpdateCollection.Contains Method 

Determine whether an update is in the UpdateCollection.

public bool Contains(
   Update update
);

Parameters

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 a null reference as a valid value.

Exceptions

Exception Type Condition
ArgumentNullException The given update is a null reference.

See Also

UpdateCollection Class | TallComponents.PDF Namespace