MetadataObjectCollection<T,P>.Contains(T) Method

Definition

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.

Implements

Applies to