Namespace:  C1.Phone.PdfViewer
Assembly:  C1.Phone.PdfViewer (in C1.Phone.PdfViewer.dll)

Syntax

C#
public bool Contains(
	C1PdfPageContext item
)
Visual Basic
Public Function Contains ( _
	item As C1PdfPageContext _
) As Boolean

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also