Exists property
bool
get
Exists
Query-like Alias for IsNotEmpty. true if at least one element
matches.
Implementation
bool get Exists => Count > 0;
Query-like Alias for IsNotEmpty. true if at least one element
matches.
bool get Exists => Count > 0;