AssemblyCollection.Contains Method

This method determines whether or not the AssemblyCollection contains a specific Assembly.

Syntax

public bool Contains ( object value )

Parameters Description
value The Assembly to search for in the collection.

Return Value

Indicates whether or not the Assembly was found in the collection.