DesignerActionListCollection.Contains(DesignerActionList) Metodo

Definizione

Indica se la raccolta contiene un valore specifico.

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

Parametri

value
DesignerActionList

Oggetto DesignerActionList da cercare.

Restituisce

true se l'insieme contiene il valore specificato; in caso contrario, false.

Commenti

Una corrispondenza è determinata dal valore, non dall'identità, dal confronto.

Si applica a

Vedi anche