Atom.NET documentation

AtomPersonConstructCollection.Contains Method 

Determines whether the AtomPersonConstructCollection contains a specific element.

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

Parameters

contributor
The AtomPersonConstruct to locate in the AtomPersonConstructCollection.

Return Value

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

See Also

AtomPersonConstructCollection Class | Atom.Core.Collections Namespace