GlobalTypeCollection.Contains(GlobalType) Method

Definition

Determines whether the specified item is in the collection

public:
 bool Contains(Microsoft::VisualStudio::Shell::Design::GlobalType ^ item);
public bool Contains (Microsoft.VisualStudio.Shell.Design.GlobalType item);
member this.Contains : Microsoft.VisualStudio.Shell.Design.GlobalType -> bool
Public Function Contains (item As GlobalType) As Boolean

Parameters

item
GlobalType

The item to find.

Returns

true if this collection contains the given item, otherwise false.

Applies to