Determines whether the collection contains the specified page.
Syntax
'Declaration
Public Function Contains( _
ByVal As Page _
) As Boolean
public bool Contains(
Page
)
Parameters
- item
- The page to locate.
Return Value
true if is found in the
ICollection; otherwise, false.
See Also