
Determines whether any items satisfy the specified condition.
public sealed bool Any(Func<IReportBase,Boolean> predicate)
Return Value
True if any items satisfy the condition.
Parameters
predicate
The condition to use.
Determines whether any items satisfy the specified condition.
public sealed bool Any(Func<IReportBase,Boolean> predicate)
True if any items satisfy the condition.
predicate
The condition to use.