Click or drag to resize
EnumerableExtensionsNotIn Method
Overload List
  NameDescription
Public methodStatic memberNotInT(IEnumerableT, IEnumerableT)
Returns true if enumerable does not contain a value that is equal to any of the other arguments.
Public methodStatic memberNotInT(IEnumerableT, String)
Returns true if enumerable does not contain a value that is equal to any of the elements of the user variable.
Public methodStatic memberNotInT(IEnumerableT, T)
Returns true if enumerable does not contain a value that is equal to any of the other arguments.
Top
See Also