Exists property

bool get Exists

Query-like Alias for IsNotEmpty. true if at least one element matches.

Implementation

bool get Exists => Count > 0;