NDoc 1.3.1 SDK

AssemblySlashDocCollection.Contains Method (AssemblySlashDoc)

Determines whether the collection contains the specified AssemblySlashDoc.

[Visual Basic]
Public Function Contains( _ 
   ByVal assySlashDoc As AssemblySlashDoc _ 
) As Boolean
[C#]
public bool Contains(
   AssemblySlashDoc assySlashDoc
);
[C++]
public: bool Contains(
   AssemblySlashDoc* assySlashDoc
);
[JScript]
public function Contains(
   AssemblySlashDoc assySlashDoc
): bool;

Parameters

assySlashDoc
The AssemblySlashDoc to locate in the collection.

Return Value

true if the collection contains the specified AssemblySlashDoc, otherwise false.

See Also

AssemblySlashDocCollection Class | NDoc.Core Namespace | AssemblySlashDocCollection.Contains Overload List