PageCollection.Contains

PageCollection.Contains method

Determines whether this instance contains the object.

public bool Contains(Page item)
ParameterTypeDescription
itemPageThe item.

Return Value

true if [contains] [the specified item]; otherwise, false.

Exceptions

exceptioncondition
NotSupportedException

See Also