Click or drag to resize

FavoritesContains Method (Report)

Determine if the collection already has an entry for the specified report.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Contains(
	Report rpt
)

Parameters

rpt
Type: NetQuarryReport
The report in question.

Return Value

Type: Boolean
True if report is already present in the collection, else false.
See Also