ClrAssemblyFileCollection.Contains(ClrAssemblyFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified ClrAssemblyFile exists in the collection.
public bool Contains (Microsoft.AnalysisServices.ClrAssemblyFile item);
member this.Contains : Microsoft.AnalysisServices.ClrAssemblyFile -> bool
Public Function Contains (item As ClrAssemblyFile) As Boolean
Parameters
- item
- ClrAssemblyFile
The ClrAssemblyFile whose existence is checked.
Returns
True, if the specified ClrAssemblyFile is found in the collection; otherwise, false.