EnumerableExtensionsNotIn Method

Overload List

NotInT(IEnumerableT, T) Returns true if enumerable does not contain a value that is equal to any of the other arguments.
NotInT(IEnumerableT, IEnumerableT) Returns true if enumerable does not contain a value that is equal to any of the other arguments.
NotInT(IEnumerableT, String) Returns true if enumerable does not contain a value that is equal to any of the elements of the user variable.

See Also