Click or drag to resize
EnumerableExtensionsIn Method
Overload List
  NameDescription
Public methodStatic memberInT(IEnumerableT, IEnumerableT)
Returns true if enumerable contains a value that is equal to any of the other arguments.
Public methodStatic memberCode exampleInT(IEnumerableT, String)
Returns true if enumerable contains a value that is equal to any elements in the user variable.
Public methodStatic memberInT(IEnumerableT, T)
Returns true if enumerable contains a value that is equal to any of the other arguments.
Top
See Also