MetadataObjectCollection<T,P>.Contains(T) 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.
A Boolean specifying whether the collection contains objects by Type.
public bool Contains (T metadataObject);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (metadataObject As T) As Boolean
Parameters
- metadataObject
- T
Name of the collection
Returns
True if the collection indexes by Type, False otherwise.