|
|
| |
|
|
|
|
|
|
Determines whether the array contains a specific value.
|
|
|
|
| |
|
[C#]
virtual bool Contains(T value)
[Visual Basic]
Overridable Function Contains(value As T) As
Boolean
|
|
|
|
| |
| Name
|
Description
|
| value |
The value to locate. |
| return |
True if the object is found, otherwise false. |
|
|
|
|
| |
|
Determines whether the array contains a specific value.
|
|
|
|
| |
|