[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.Contains

Contains Method

Contains(T)

Gets a value indicating whether the ItemCollection<T> contains the specified T.

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

A T object for which to check.

Returns
Type Description
bool

A bool value. true if the ItemCollection<T> contains the specified T; otherwise, false.

Implements