Contains Method (PageCollection)
In This Topic
Determines whether the
ICollection contains a specific value.
Syntax
'Declaration
Public Function Contains( _
ByVal As Page _
) As Boolean
public bool Contains(
Page
)
Parameters
- item
- The object to locate in the ICollection.
Return Value
true if is found in the
ICollection; otherwise, false.
See Also