Atom.NET documentation

AtomLinkCollection.Contains Method 

Determines whether the AtomLinkCollection contains a specific element.

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

Parameters

link
The AtomLink to locate in the AtomLinkCollection.

Return Value

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

See Also

AtomLinkCollection Class | Atom.Core.Collections Namespace