This topic has not yet been rated - Rate this topic

String.Contains Method

Determines whether a sequence contains a specified element.

  NameDescription
Bb910021.pubextension(en-us,VS.95).gif Contains(Char) Determines whether a sequence contains a specified element by using the default equality comparer. (Defined by Enumerable.)
Bb910021.pubextension(en-us,VS.95).gif Contains(Char, IEqualityComparer<Char>) Determines whether a sequence contains a specified element by using a specified IEqualityComparer<T>. (Defined by Enumerable.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.