StringExtensions.AnyStringIn Method |
Name | Description | |
---|---|---|
![]() ![]() | AnyStringIn(IEnumerable<String>,StringOrRegularExpression[]) |
Returns true if any value in s is present in values (corresponds to the $in filter operator).
|
![]() ![]() | AnyStringIn(IEnumerable<String>, IEnumerable<StringOrRegularExpression>) |
Returns true if any value in s is present in values (corresponds to the $in filter operator).
|