ClrAssemblyFileCollection.Contains(ClrAssemblyFile) Method

Definition

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.

Applies to