[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Contains

Contains Method

Contains(object)

Determines whether the IList contains a specific value.

Declaration
public bool Contains(object value)
Parameters
Type Name Description
object value

The object to locate in the IList.

Returns
Type Description
bool

true if the object is found in the IList; otherwise, false.

Implements

Contains(T)

Determines whether a page element is in the PagesCollection.

Declaration
public bool Contains(T value)
Parameters
Type Name Description
T value

A page to be found in the collection.

Returns
Type Description
bool

The value is true if the item parameter is found in the collection; otherwise, the value is false.