IModelComponentCollection.Contains(IModelComponent) 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.
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.