Method Contains
Contains(T)
Determines whether the DynamicArray contains a specific value.
Declaration
public bool Contains(T item)
Parameters
| Type | Name | Description | 
|---|---|---|
| T | item | The object to locate in the DynamicArray.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | true if item is found in the DynamicArray; otherwise, false.  |