Click or drag to resize

PdfQuadrilateralCollectionContains Method

Determines whether the ICollectionT contains a specific value.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public bool Contains(
	PdfQuadrilateral item
)

Parameters

item
Type: Atalasoft.PdfDoc.GeometryPdfQuadrilateral
The object to locate in the ICollectionT.

Return Value

Type: Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also