IModelComponentCollection.Contains(IModelComponent) Method

Definition

Indicates whether the collection contains a specified IModelComponent.

public bool Contains (Microsoft.AnalysisServices.IModelComponent obj);
abstract member Contains : Microsoft.AnalysisServices.IModelComponent -> bool
Public Function Contains (obj As IModelComponent) As Boolean

Parameters

obj
IModelComponent

The IModelComponent to be located.

Returns

true if the IModelComponent is contained in the collection; otherwise, false.

Applies to