Determines whether the array contains a specific value.

 

   

Syntax
 

[C#]
virtual bool Contains(T value)

 

   

Params
 
Name Description
value The value to locate.
return True if the object is found, otherwise false.

 

   

Notes
 

Determines whether the array contains a specific value.

 

   

Example
 
None.