DesignerActionListCollection.Contains(DesignerActionList) Metod

Definition

Anger om samlingen innehåller ett specifikt värde.

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

Parametrar

value
DesignerActionList

Att DesignerActionList söka efter.

Returer

trueom samlingen innehåller det angivna värdet; annars . false

Kommentarer

En matchning bestäms av värde, inte identitet, jämförelse.

Gäller för

Se även