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;
true if the collection contains the specified AssemblySlashDoc, otherwise false.
AssemblySlashDocCollection Class | NDoc.Core Namespace | AssemblySlashDocCollection.Contains Overload List