DesignerActionListCollection.Contains(DesignerActionList) Méthode

Définition

Indique si la collection contient une valeur spécifique.

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

Paramètres

value
DesignerActionList

DesignerActionList à rechercher.

Retours

true si la collection contient la valeur spécifiée ; false dans le cas contraire.

Remarques

Une correspondance est déterminée par la valeur, et non par l’identité, par la comparaison.

S’applique à

Voir aussi