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