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)
Syntaxpublic bool Contains(
Report rpt
)
Public Function Contains (
rpt As Report
) As Boolean
Parameters
- rpt
- Type: NetQuarryReport
The report in question.
Return Value
Type:
BooleanTrue if report is already present in the collection, else false.
See Also