Atom.NET documentation

AtomContentCollection.Contains Method 

Determines whether the AtomContentCollection contains a specific element.

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

Parameters

content
The AtomContent to locate in the AtomContentCollection.

Return Value

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

See Also

AtomContentCollection Class | Atom.Core.Collections Namespace