[]
        
(Showing Draft Content)

C1.Report.ReportObjectCollection-1.Contains

Contains Method

Contains(TItem)

Determines whether the collection contains a specific item.

Declaration
public bool Contains(TItem item)
Public Function Contains(item As TItem) As Boolean
Parameters
Type Name Description
TItem item

The item to check.

Returns
Type Description
bool

True if the collection contains specified item; false otherwise.

Contains(string)

Determines whether the collection contains an item with specified name.

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
Type Name Description
string name

The name of the item.

Returns
Type Description
bool

True if the collection contains an item with the specified name; otherwise, false.