Share via


DesignerActionListCollection.Contains(DesignerActionList) Metoda

Definice

Určuje, jestli kolekce obsahuje konkrétní hodnotu.

public:
 bool Contains(System::ComponentModel::Design::DesignerActionList ^ value);
public bool Contains (System.ComponentModel.Design.DesignerActionList value);
public bool Contains (System.ComponentModel.Design.DesignerActionList? value);
member this.Contains : System.ComponentModel.Design.DesignerActionList -> bool
Public Function Contains (value As DesignerActionList) As Boolean

Parametry

Návraty

truepokud kolekce obsahuje zadanou hodnotu; v opačném případě . false

Poznámky

Shoda je určena porovnáním hodnoty, nikoli identity.

Platí pro

Viz také