Method Contains
Contains(void*)
Returns true if the list contains at least one occurrence of a specific pointer.
Declaration
public bool Contains(void* ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | ptr | The pointer to search for in the list. |
Returns
| Type | Description |
|---|---|
| bool | True if the list contains at least one occurrence of the pointer. |