Method Contains
Contains(Char[], Int32, Int32)
true if the len
chars of text
starting at off
are in the set
Declaration
public virtual bool Contains(char[] text, int off, int len)
Parameters
Type |
Name |
Description |
System.Char[] |
text |
|
System.Int32 |
off |
|
System.Int32 |
len |
|
Returns
Type |
Description |
System.Boolean |
|
Contains(String)
Declaration
public virtual bool Contains(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Type |
Description |
System.Boolean |
|
Contains(Object)
Declaration
public bool Contains(object item)
Parameters
Type |
Name |
Description |
System.Object |
item |
|
Returns
Type |
Description |
System.Boolean |
|