EnumerableExtensionsNotIn Method | 
| Name | Description | |
|---|---|---|
| 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.
              |