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