Atom.NET documentation

ScopedElementCollection.Contains Method 

Determines whether the ScopedElementCollection contains a specific element.

[Visual Basic]
Public Function Contains( _
   ByVal element As ScopedElement _
) As Boolean
[C#]
public bool Contains(
   ScopedElement element
);

Parameters

element
The ScopedElement to locate in the ScopedElementCollection.

Return Value

true if the ScopedElementCollection contains the specified item, otherwise false.

See Also

ScopedElementCollection Class | Atom.AdditionalElements Namespace