.NET Framework Class Library
Enumerable..::.Contains Method

Determines whether a sequence contains a specified element.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContains<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), TSource)Determines whether a sequence contains a specified element by using the default equality comparer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContains<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), TSource, IEqualityComparer<(Of <(TSource>)>))Determines whether a sequence contains a specified element by using a specified IEqualityComparer<(Of <(T>)>).
Top
See Also

Reference

Tags :


Page view tracker