Click or drag to resize

EnumerableExtensionsNotIn Method

Overload List
 NameDescription
Public Extension MethodNotInT(IEnumerableT, T) Returns true if enumerable does not contain a value that is equal to any of the other arguments.
Public Extension MethodNotInT(IEnumerableT, IEnumerableT) Returns true if enumerable does not contain a value that is equal to any of the other arguments.
Public Extension MethodNotInT(IEnumerableT, String) Returns true if enumerable does not contain a value that is equal to any of the elements of the user variable.
Top
See Also