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