DesignerActionListCollection.Contains(DesignerActionList) Metoda

Definicja

Wskazuje, czy kolekcja zawiera określoną wartość.

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

value
DesignerActionList

Element do wyszukania DesignerActionList .

Zwraca

true jeśli kolekcja zawiera określoną wartość; w przeciwnym razie , false.

Uwagi

Dopasowanie jest określane według wartości, a nie tożsamości, porównania.

Dotyczy

Zobacz też