IEnumerable<T>.Any Method

Determines whether a sequence contains any elements.

Namespace: Spring.Collections
public
 function Any: Boolean; overload;

Return Value

Type: Boolean

True if the source sequence contains any elements; otherwise, False.